Commit dbb5d678 authored by Phil Elwell's avatar Phil Elwell
Browse files

arm: dts: Add coherent_pool=1M to Pi 4 bootargs

Downstream Raspberry Pi dts files add "coherent_pool=1M" to the kernel
command line to aid the dwc_otg driver, but this excluded Pi 4 which
uses a new XCHI interface instead. UAS also benefits from a larger
coherent_pool value, so replicate the addition in bcm2711-rpi-4-b.dts.

See: https://github.com/raspberrypi/linux/pull/3040



Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.org>
parent 9d1deec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
	};

	chosen {
		bootargs = "8250.nr_uarts=1 cma=64M";
		bootargs = "coherent_pool=1M 8250.nr_uarts=1 cma=64M";
	};

	aliases {