dt-bindings: spi: convert rockchip spi bindings to yaml
authorJohan Jonker <jbx6244@gmail.com>
Wed, 4 Mar 2020 18:42:01 +0000 (19:42 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 5 Mar 2020 14:36:26 +0000 (14:36 +0000)
commit5de04175fa2720bacf34196275123be5f32e2b82
tree62db7d14fbb54fd5af40a30a6b1b4a45d202567d
parent29d2daf2c33ce9b1038f3fcd55e16a788c00fc86
dt-bindings: spi: convert rockchip spi bindings to yaml

Current dts files with 'spi' nodes are manually verified.
In order to automate this process spi-rockchip.txt
has to be converted to yaml. In the new setup
spi-rockchip.yaml will inherit properties from
spi-controller.yaml.

Add document to MAINTAINERS.

Also rk3188.dtsi, rk3288.dtsi, rk3368.dtsi and rk3399.dtsi
use an extra fallback string, so change this in the documentation.

Changed:
"rockchip,rk3188-spi", "rockchip,rk3066-spi"
"rockchip,rk3288-spi", "rockchip,rk3066-spi"
"rockchip,rk3368-spi", "rockchip,rk3066-spi"
"rockchip,rk3399-spi", "rockchip,rk3066-spi"

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200304184203.9548-1-jbx6244@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/spi-rockchip.txt [deleted file]
Documentation/devicetree/bindings/spi/spi-rockchip.yaml [new file with mode: 0644]
MAINTAINERS