ARM: boot: dts: bcm2711: Add BCM2711 VEC compatible
authorMateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
Thu, 20 May 2021 15:03:44 +0000 (17:03 +0200)
committerNicolas Saenz Julienne <nsaenz@kernel.org>
Tue, 8 Jun 2021 08:36:56 +0000 (10:36 +0200)
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>
arch/arm/boot/dts/bcm2711.dtsi

index 720beec..0b69008 100644 (file)
 };
 
 &vec {
+       compatible = "brcm,bcm2711-vec";
        interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
 };