]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: pxa: fix dma engine node to pxa3xx-nand
authorRobert Jarzmik <robert.jarzmik@free.fr>
Fri, 12 Feb 2016 23:49:20 +0000 (00:49 +0100)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Fri, 26 Feb 2016 22:30:29 +0000 (23:30 +0100)
Since the switch from mmp_pdma to pxa_dma driver for pxa architectures,
the pxa_dma requires 2 arguments, namely the requestor line and the
requested priority.

Fix the only left device node which was still passing only one argument,
making the pxa3xx-nand driver misbehave in a device-tree configuration,
ie. failing all data transfers.

Fixes: c943646d1f49 ("ARM: dts: pxa: add dma engine node to pxa3xx-nand")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/boot/dts/pxa3xx.dtsi

index cf6998a0804d418be89e476de2645fe293845bab..564341af7e972e81fa04a1c5c187668a3744a0ea 100644 (file)
@@ -30,7 +30,7 @@
                        reg = <0x43100000 90>;
                        interrupts = <45>;
                        clocks = <&clks CLK_NAND>;
-                       dmas = <&pdma 97>;
+                       dmas = <&pdma 97 3>;
                        dma-names = "data";
                        #address-cells = <1>;
                        #size-cells = <1>;