Skip to content

Commit

Permalink
BCM270X_DT: Sync downstream VCHIQ node w. upstream
Browse files Browse the repository at this point in the history
Retain a vestigial cache_line_size parameter to improve backwards-
compatibility.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell authored and popcornmix committed Sep 10, 2018
1 parent 2578db5 commit 9b53aaf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions arch/arm/boot/dts/bcm2708-rpi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
usb = &usb;
leds = &leds;
fb = &fb;
vchiq = &vchiq;
thermal = &thermal;
axiperf = &axiperf;
};
Expand Down Expand Up @@ -67,12 +66,10 @@
status = "disabled";
};

vchiq: vchiq {
mailbox@7e00b840 {
compatible = "brcm,bcm2835-vchiq";
reg = <0x7e00b840 0xf>;
reg = <0x7e00b840 0x3c>;
interrupts = <0 2>;
cache-line-size = <32>;
firmware = <&firmware>;
};

vcsm: vcsm {
Expand All @@ -95,7 +92,7 @@
};

__overrides__ {
cache_line_size = <&vchiq>, "cache-line-size:0";
cache_line_size;

uart0 = <&uart0>,"status";
uart1 = <&uart1>,"status";
Expand Down

0 comments on commit 9b53aaf

Please sign in to comment.