]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: dt: fix pointers for ARM Integrator, Versatile and RealView
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 8 Apr 2020 15:46:21 +0000 (17:46 +0200)
committerRob Herring <robh@kernel.org>
Fri, 17 Apr 2020 13:31:34 +0000 (08:31 -0500)
commit160a4b6cba1f1deffc671b708c267239eeb76d63
tree0fee5ec938b4b2c914ba9538ee61ac6004f9b09d
parent519b0248f0d2dd47aa72ce6d019fbd16da2e3f41
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: 357ea13f3b9f ("dt-bindings: arm: Add Versatile YAML schema")
Fixes: 765f5124650a ("dt-bindings: arm: Drop the non-YAML bindings")
Fixes: a5f410737909 ("dt-bindings: arm: Add RealView YAML schema")
Fixes: b70d22a62700 ("dt-bindings: arm: Add Versatile Express and Juno YAML schema")
Fixes: 7996e402429d ("dt-bindings: arm: Add Integrator YAML schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
MAINTAINERS