Commit 7894bdc6 authored by Mateusz Kwiatkowski's avatar Mateusz Kwiatkowski Committed by Nicolas Saenz Julienne

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: default avatarMateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210520150344.273900-5-maxime@cerno.techSigned-off-by: default avatarNicolas Saenz Julienne <nsaenz@kernel.org>
parent 77daceab
......@@ -1087,5 +1087,6 @@ &usb {
};
&vec {
compatible = "brcm,bcm2711-vec";
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment