diff options
author | Phil Elwell <phil@raspberrypi.org> | 2018-09-17 11:22:23 +0300 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2018-11-06 20:50:46 +0300 |
commit | 499770ede3f829e80539f46b59b5f460dc327aa6 (patch) | |
tree | 1cc485efe35daaa2927e39b8d45af3b447c06f6d /arch/arm/boot/dts/bcm2836-rpi.dtsi | |
parent | a2aabe5f3c57fabefe369b636db3df86874218be (diff) | |
download | linux-499770ede3f829e80539f46b59b5f460dc327aa6.tar.xz |
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.dtsi | 6 |
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"; +}; |