Commit ec56ce88 authored by P33M's avatar P33M Committed by popcornmix
Browse files

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: https://github.com/raspberrypi/linux/issues/2924
parent e5b24439
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

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