arm64: dts: renesas: r8a77990: Fix MSIOF1 DMA channels
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 17 Sep 2020 13:21:16 +0000 (15:21 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 18 Sep 2020 07:10:58 +0000 (09:10 +0200)
According to Technical Update TN-RCT-S0352A/E, MSIOF1 DMA can only be
used with SYS-DMAC0 on R-Car E3.

Fixes: 8517042060b55a37 ("arm64: dts: renesas: r8a77990: Add DMA properties to MSIOF nodes")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200917132117.8515-2-geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a77990.dtsi

index 5eb4e116db098313fd4b8db4b64f202108a11c43..33d7e657bd9cfefee270d7e65febfaec8f0bb851 100644 (file)
                        reg = <0 0xe6ea0000 0 0x0064>;
                        interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 210>;
-                       dmas = <&dmac1 0x43>, <&dmac1 0x42>,
-                              <&dmac2 0x43>, <&dmac2 0x42>;
-                       dma-names = "tx", "rx", "tx", "rx";
+                       dmas = <&dmac0 0x43>, <&dmac0 0x42>;
+                       dma-names = "tx", "rx";
                        power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
                        resets = <&cpg 210>;
                        #address-cells = <1>;