Skip to content

Commit 3a60208

Browse files
P33Mpopcornmix
P33M
authored andcommitted
dts: Increase default coherent pool size
dwc_otg allocates DMA-coherent buffers in atomic context for misaligned transfer buffers. The pool that these allocations come from is set up at boot-time but can be overridden by a commandline parameter - increase this for now to prevent failures seen on 4.19 with multiple USB Ethernet devices. see: #2924
1 parent 6451d2f commit 3a60208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm270x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/ {
55
chosen {
6-
bootargs = "";
6+
bootargs = "coherent_pool=1M";
77
/delete-property/ stdout-path;
88
};
99

0 commit comments

Comments
 (0)