Commit 1c2f59f0 authored by Phil Elwell's avatar Phil Elwell Committed by popcornmix
Browse files

BCM270X_DT: Also set coherent_pool=1M for BT Pis

parent d5f6ac9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
	model = "Raspberry Pi Zero W";

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

	aliases {
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
	model = "Raspberry Pi 3 Model B+";

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

	aliases {
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
	model = "Raspberry Pi 3 Model B";

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

	aliases {