mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
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>
This commit is contained in:
parent
6b7e0f1c2a
commit
14c877ddff
|
|
@ -91,7 +91,9 @@ dma: dma-controller@31000000 {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user