Skip to content

Commit 14c877d

Browse files
committed
ARM: dts: lpc32xx: Declare the second AHB master support on PL080 DMA controller
Add 'lli-bus-interface-ahb2' and 'mem-bus-interface-ahb2' properties to the PL080 DMA controller device tree node, tested with dmatest utility. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
1 parent 6b7e0f1 commit 14c877d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@
9191
dma-channels = <8>;
9292
dma-requests = <16>;
9393
lli-bus-interface-ahb1;
94+
lli-bus-interface-ahb2;
9495
mem-bus-interface-ahb1;
96+
mem-bus-interface-ahb2;
9597
memcpy-burst-size = <256>;
9698
memcpy-bus-width = <32>;
9799
#dma-cells = <2>;

0 commit comments

Comments
 (0)