diff options
author | Paul Cercueil <paul@crapouillou.net> | 2018-08-29 17:32:58 -0400 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-09-11 03:29:26 -0400 |
commit | f57879a574ae5a3b598187d6ff9c26b5f6479ce0 (patch) | |
tree | dfe5fff7819112f1cd11e73d3c835912f43df53a | |
parent | 1f0b0f235a84f2ffe3ab826359e63c0fe674a619 (diff) |
MIPS: JZ4780: DTS: Update DMA node to match driver changes
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>
-rw-r--r-- | arch/mips/boot/dts/ingenic/jz4780.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index ce93d57f1b4d..b03cdec56de9 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi | |||
@@ -266,7 +266,8 @@ | |||
266 | 266 | ||
267 | dma: dma@13420000 { | 267 | dma: dma@13420000 { |
268 | compatible = "ingenic,jz4780-dma"; | 268 | compatible = "ingenic,jz4780-dma"; |
269 | reg = <0x13420000 0x10000>; | 269 | reg = <0x13420000 0x400 |
270 | 0x13421000 0x40>; | ||
270 | #dma-cells = <2>; | 271 | #dma-cells = <2>; |
271 | 272 | ||
272 | interrupt-parent = <&intc>; | 273 | interrupt-parent = <&intc>; |