Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MAINTAINERS: dt: fix pointers for ARM Integrator, Versatile and RealView

There's a conversion from a plain text binding file into 4 yaml ones.
The old file got removed, causing this new warning:

Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/arm/arm-boards

Address it by replacing the old reference by the new ones

Fixes: 2d483550b6d2 ("dt-bindings: arm: Drop the non-YAML bindings")
Fixes: 33fbfb3eaf4e ("dt-bindings: arm: Add Integrator YAML schema")
Fixes: 4b900070d50d ("dt-bindings: arm: Add Versatile YAML schema")
Fixes: 7db625b9fa75 ("dt-bindings: arm: Add RealView YAML schema")
Fixes: 4fb00d9066c1 ("dt-bindings: arm: Add Versatile Express and Juno YAML schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/eae3440fb70c1b1666973e34fd3fd6b8ab4a3bc7.1586881715.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
0855a36e 101e330f

+4 -1
+4 -1
MAINTAINERS
··· 1323 1323 M: Linus Walleij <linus.walleij@linaro.org> 1324 1324 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 1325 1325 S: Maintained 1326 - F: Documentation/devicetree/bindings/arm/arm-boards 1326 + F: Documentation/devicetree/bindings/arm/arm,integrator.yaml 1327 + F: Documentation/devicetree/bindings/arm/arm,realview.yaml 1328 + F: Documentation/devicetree/bindings/arm/arm,versatile.yaml 1329 + F: Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml 1327 1330 F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt 1328 1331 F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml 1329 1332 F: Documentation/devicetree/bindings/i2c/i2c-versatile.txt