Re: [RFC PATCH] ARM: dts: rockchip: remove #dma-cells from dma client nodes for rv1108

From: Heiko Stuebner
Date: Wed Mar 11 2020 - 05:10:08 EST


Am Montag, 9. März 2020, 14:40:20 CET schrieb Johan Jonker:
> 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@xxxxxxxxx>

applied for 5.7

Thanks
Heiko