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: 52e96b8c061d ("dt-bindings: arm: Drop the non-YAML bindings")
Fixes: 959953faa630 ("dt-bindings: arm: Add Integrator YAML schema")
Fixes: 397318ee9520 ("dt-bindings: arm: Add Versatile YAML schema")
Fixes: 6a8bd3599327 ("dt-bindings: arm: Add RealView YAML schema")
Fixes: 0fdd2ccfb311 ("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>