ARM: dts: rockchip: remove #dma-cells from dma client nodes for rv1108
authorJohan Jonker <jbx6244@gmail.com>
Mon, 9 Mar 2020 13:40:20 +0000 (14:40 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 11 Mar 2020 09:08:48 +0000 (10:08 +0100)
commit79f23601fcbbdd4ea00bb0165efbd52e47a69e16
treee0456e713d117b17efdb143af790d3298732012a
parent8a385eb57296e87d23fb12a2308e6b2fd1029713
ARM: dts: rockchip: remove #dma-cells from dma client nodes for rv1108

When we combine spi-rockchip.yaml and
spi-controller.yaml and add 'additionalProperties: false'
it gives for example this error:

arch/arm/boot/dts/rv1108-evb.dt.yaml: spi@10270000:
'#dma-cells' does not match any of the regexes:
'^.*@[0-9a-f]+$', '^slave$'

'#dma-cells' are not used for dma clients, so remove them all.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/spi/spi-rockchip.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200309134020.14935-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108.dtsi