MIPS: ingenic: DTS: Fix invalid value in #dma-cells
authorPaul Cercueil <paul@crapouillou.net>
Mon, 13 Apr 2020 15:26:26 +0000 (17:26 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 29 Apr 2020 20:52:03 +0000 (22:52 +0200)
The driver requires two cells and not just one.

Since these nodes are both disabled as no hardware currently use them,
this fix does not really requires a Fixes: tag.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ingenic/jz4770.dtsi

index 0bfb9ed..3805816 100644 (file)
                reg = <0x13420000 0xC0
                       0x13420300 0x20>;
 
-               #dma-cells = <1>;
+               #dma-cells = <2>;
 
                clocks = <&cgu JZ4770_CLK_DMA>;
                interrupt-parent = <&intc>;
                reg = <0x13420100 0xC0
                       0x13420400 0x20>;
 
-               #dma-cells = <1>;
+               #dma-cells = <2>;
 
                clocks = <&cgu JZ4770_CLK_DMA>;
                interrupt-parent = <&intc>;