summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/bcm2711.dtsi
diff options
context:
space:
mode:
authorMateusz Kwiatkowski <kfyatek+publicgit@gmail.com>2021-05-20 17:03:44 +0200
committerNicolas Saenz Julienne <nsaenz@kernel.org>2021-06-08 10:36:56 +0200
commit7894bdc6228fa8f9d4762e54dd8ac6b888e122c6 (patch)
tree4f6e396f7db76576257a6d950653faed50c8d6cb /arch/arm/boot/dts/bcm2711.dtsi
parent77daceabedb42482bb6200fa26047c5591716e45 (diff)
ARM: boot: dts: bcm2711: Add BCM2711 VEC compatible
The BCM2711 has a slightly different VEC than the one found in the older SoCs. Now that we support the new variant, add its compatible to the device tree. Signed-off-by: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20210520150344.273900-5-maxime@cerno.tech Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm2711.dtsi')
-rw-r--r--arch/arm/boot/dts/bcm2711.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
index 720beec54d61..0b6900815d19 100644
--- a/arch/arm/boot/dts/bcm2711.dtsi
+++ b/arch/arm/boot/dts/bcm2711.dtsi
@@ -1087,5 +1087,6 @@
};
&vec {
+ compatible = "brcm,bcm2711-vec";
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
};