Skip to content

Commit

Permalink
dts: Increase default coherent pool size
Browse files Browse the repository at this point in the history
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
  • Loading branch information
P33M authored and popcornmix committed Sep 6, 2019
1 parent 6451d2f commit 3a60208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm270x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/ {
chosen {
bootargs = "";
bootargs = "coherent_pool=1M";
/delete-property/ stdout-path;
};

Expand Down

0 comments on commit 3a60208

Please sign in to comment.