Skip to content

Commit

Permalink
BCM270X_DT: Also set coherent_pool=1M for BT Pis
Browse files Browse the repository at this point in the history
See: #2924

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
Phil Elwell authored and popcornmix committed May 21, 2019
1 parent b2e514a commit 3dd8375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2708-rpi-0-w.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
model = "Raspberry Pi Zero W";

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

aliases {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
model = "Raspberry Pi 3 Model B+";

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

aliases {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2710-rpi-3-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
model = "Raspberry Pi 3 Model B";

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

aliases {
Expand Down

0 comments on commit 3dd8375

Please sign in to comment.