MIPS: JZ4780: DTS: Update DMA node to match driver changes
authorPaul Cercueil <paul@crapouillou.net>
Wed, 29 Aug 2018 21:32:58 +0000 (23:32 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 11 Sep 2018 07:29:26 +0000 (12:59 +0530)
The driver now accepts two memory resources, the first one for the
channel-specific registers, the second one for the controller-specific
registers.

Note that older devicetrees, without this commit, will still work with
the jz4780-dma driver.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Tested-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
arch/mips/boot/dts/ingenic/jz4780.dtsi

index ce93d57..b03cdec 100644 (file)
 
        dma: dma@13420000 {
                compatible = "ingenic,jz4780-dma";
-               reg = <0x13420000 0x10000>;
+               reg = <0x13420000 0x400
+                      0x13421000 0x40>;
                #dma-cells = <2>;
 
                interrupt-parent = <&intc>;