diff options
author | Phil Elwell <phil@raspberrypi.org> | 2018-09-17 09:22:23 +0100 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2018-11-06 18:50:46 +0100 |
commit | 499770ede3f829e80539f46b59b5f460dc327aa6 (patch) | |
tree | 1cc485efe35daaa2927e39b8d45af3b447c06f6d /arch/arm/boot/dts/bcm2835-rpi.dtsi | |
parent | a2aabe5f3c57fabefe369b636db3df86874218be (diff) |
ARM: dts: bcm283x: Correct vchiq compatible string
To allow VCHIQ to determine the correct cache line size, use the new
"brcm,bcm2836-vchiq" compatible string on BCM2836 and BCM2837.
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index cb2d6d78a7fb..215d8cc4f96b 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi @@ -30,7 +30,7 @@ #power-domain-cells = <1>; }; - mailbox@7e00b840 { + vchiq: mailbox@7e00b840 { compatible = "brcm,bcm2835-vchiq"; reg = <0x7e00b840 0xf>; interrupts = <0 2>; |