Skip to content

Commit

Permalink
arm: dts: Change downstream vchiq compatible string
Browse files Browse the repository at this point in the history
The new cache line size mechanism requires a different vchiq compatible
string on BCM2836 and BCM2837, but the downstream dts files didn't
inherit the upstream changes.

See: #2643

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
Phil Elwell authored and popcornmix committed Feb 18, 2019
1 parent 73214e9 commit 1c28be7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2708-rpi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
status = "disabled";
};

mailbox@7e00b840 {
vchiq: mailbox@7e00b840 {
compatible = "brcm,bcm2835-vchiq";
reg = <0x7e00b840 0x3c>;
interrupts = <0 2>;
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/bcm2709-rpi.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include "bcm2708-rpi.dtsi"

&vchiq {
compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2709.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "bcm2836.dtsi"
#include "bcm270x.dtsi"
#include "bcm2708-rpi.dtsi"
#include "bcm2709-rpi.dtsi"

/ {
soc {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2710.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "bcm2837.dtsi"
#include "bcm270x.dtsi"
#include "bcm2708-rpi.dtsi"
#include "bcm2709-rpi.dtsi"

/ {
compatible = "brcm,bcm2837", "brcm,bcm2836";
Expand Down

0 comments on commit 1c28be7

Please sign in to comment.