Skip to content

Commit 32b39fd

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
BCM270X_DT: Also set coherent_pool=1M for BT Pis
See: #2924 Signed-off-by: Phil Elwell <[email protected]>
1 parent f42afcd commit 32b39fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/bcm2708-rpi-0-w.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
model = "Raspberry Pi Zero W";
88

99
chosen {
10-
bootargs = "8250.nr_uarts=1";
10+
bootargs = "coherent_pool=1M 8250.nr_uarts=1";
1111
};
1212

1313
aliases {

arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
model = "Raspberry Pi 3 Model B+";
99

1010
chosen {
11-
bootargs = "8250.nr_uarts=1";
11+
bootargs = "coherent_pool=1M 8250.nr_uarts=1";
1212
};
1313

1414
aliases {

arch/arm/boot/dts/bcm2710-rpi-3-b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
model = "Raspberry Pi 3 Model B";
99

1010
chosen {
11-
bootargs = "8250.nr_uarts=1";
11+
bootargs = "coherent_pool=1M 8250.nr_uarts=1";
1212
};
1313

1414
aliases {

0 commit comments

Comments
 (0)