]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: dt: fix pointers for ARM Integrator, Versatile and RealView
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Apr 2020 16:48:33 +0000 (18:48 +0200)
committerJonathan Corbet <corbet@lwn.net>
Mon, 20 Apr 2020 21:35:58 +0000 (15:35 -0600)
commite27e2007343f86cb098c5394e4dabd8a721ba071
tree3dfc832d07686683b5b36bac3aa2d98432198cdb
parent935f1a2805e3225afb868c37479594cbc8509d87
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: 765f5124650a ("dt-bindings: arm: Drop the non-YAML bindings")
Fixes: 7996e402429d ("dt-bindings: arm: Add Integrator YAML schema")
Fixes: 357ea13f3b9f ("dt-bindings: arm: Add Versatile YAML schema")
Fixes: a5f410737909 ("dt-bindings: arm: Add RealView YAML schema")
Fixes: b70d22a62700 ("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>
MAINTAINERS