summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/bcm2836-rpi.dtsi
diff options
context:
space:
mode:
authorPhil Elwell <phil@raspberrypi.org>2018-09-17 09:22:23 +0100
committerStefan Wahren <stefan.wahren@i2se.com>2018-11-06 18:50:46 +0100
commit499770ede3f829e80539f46b59b5f460dc327aa6 (patch)
tree1cc485efe35daaa2927e39b8d45af3b447c06f6d /arch/arm/boot/dts/bcm2836-rpi.dtsi
parenta2aabe5f3c57fabefe369b636db3df86874218be (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/bcm2836-rpi.dtsi')
-rw-r--r--arch/arm/boot/dts/bcm2836-rpi.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2836-rpi.dtsi b/arch/arm/boot/dts/bcm2836-rpi.dtsi
new file mode 100644
index 000000000000..c4c858b984c6
--- /dev/null
+++ b/arch/arm/boot/dts/bcm2836-rpi.dtsi
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
+#include "bcm2835-rpi.dtsi"
+
+&vchiq {
+ compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
+};