]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: lpc32xx: Declare the second AHB master support on PL080 DMA controller
authorVladimir Zapolskiy <vz@mleia.com>
Wed, 31 Dec 2025 21:57:53 +0000 (23:57 +0200)
committerVladimir Zapolskiy <vz@mleia.com>
Fri, 9 Jan 2026 07:53:17 +0000 (09:53 +0200)
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>
arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

index 58d21f42ea4c7b4fc5d5e68c72c1b12e3545a1fc..b9a0d7dae4ed78d7258579146fd1bb01411b82c5 100644 (file)
@@ -91,7 +91,9 @@
                        dma-channels = <8>;
                        dma-requests = <16>;
                        lli-bus-interface-ahb1;
+                       lli-bus-interface-ahb2;
                        mem-bus-interface-ahb1;
+                       mem-bus-interface-ahb2;
                        memcpy-burst-size = <256>;
                        memcpy-bus-width = <32>;
                        #dma-cells = <2>;