From: Mateusz Kwiatkowski Date: Thu, 20 May 2021 15:03:44 +0000 (+0200) Subject: ARM: boot: dts: bcm2711: Add BCM2711 VEC compatible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7894bdc6228fa8f9d4762e54dd8ac6b888e122c6;p=linux.git 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 Signed-off-by: Maxime Ripard Link: https://lore.kernel.org/r/20210520150344.273900-5-maxime@cerno.tech Signed-off-by: Nicolas Saenz Julienne --- diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi index 720beec54d617..0b6900815d199 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 = ; };