Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: pxa: fix dma engine node to pxa3xx-nand

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>

+1 -1
+1 -1
arch/arm/boot/dts/pxa3xx.dtsi
··· 30 30 reg = <0x43100000 90>; 31 31 interrupts = <45>; 32 32 clocks = <&clks CLK_NAND>; 33 - dmas = <&pdma 97>; 33 + dmas = <&pdma 97 3>; 34 34 dma-names = "data"; 35 35 #address-cells = <1>; 36 36 #size-cells = <1>;