BCM270X_DT: Also set coherent_pool=1M for BT Pis
authorPhil Elwell <phil@raspberrypi.org>
Thu, 2 May 2019 21:14:34 +0000 (22:14 +0100)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:33 +0000 (00:08 +0100)
See: https://github.com/raspberrypi/linux/issues/2924

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/boot/dts/bcm2708-rpi-0-w.dts
arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts
arch/arm/boot/dts/bcm2710-rpi-3-b.dts

index 6831640..aa33646 100644 (file)
@@ -8,7 +8,7 @@
        model = "Raspberry Pi Zero W";
 
        chosen {
-               bootargs = "8250.nr_uarts=1";
+               bootargs = "coherent_pool=1M 8250.nr_uarts=1";
        };
 
        aliases {
index 898ab48..b5f1252 100644 (file)
@@ -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 {
index 61ecb46..d9d9505 100644 (file)
@@ -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 {