Skip to content

Commit 2e7dd07

Browse files
committed
dts: rp1: Set per-channel DMA burst limit
Give the DMAC property "snps,axi-max-burst-len" a value for each DMA channel, encoding the fact that channels 1 and 2 are more capable ("heavy"). Signed-off-by: Phil Elwell <[email protected]>
1 parent f0818c6 commit 2e7dd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/rp1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@
11111111
snps,data-width = <4>; // (8 << 4) == 128 bits
11121112
snps,block-size = <0x40000 0x40000 0x40000 0x40000 0x40000 0x40000 0x40000 0x40000>;
11131113
snps,priority = <0 1 2 3 4 5 6 7>;
1114-
snps,axi-max-burst-len = <4>;
1114+
snps,axi-max-burst-len = <16 16 4 4 4 4 4 4>;
11151115
status = "disabled";
11161116
};
11171117

0 commit comments

Comments
 (0)