diff mbox series

[4/4] ARM: boot: dts: bcm2711: Add BCM2711 VEC compatible

Message ID 20210520150344.273900-5-maxime@cerno.tech
State New
Headers show
Series drm/vc4: Add support for the BCM2711 VEC | expand

Commit Message

Maxime Ripard May 20, 2021, 3:03 p.m. UTC
From: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>

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>
---
 arch/arm/boot/dts/bcm2711.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

nicolas saenz julienne June 8, 2021, 10:06 a.m. UTC | #1
On Thu, 2021-05-20 at 17:03 +0200, Maxime Ripard wrote:
> From: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>

> 

> 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>

> ---


Aplied for-next,

Regards,
Nicolas
diff mbox series

Patch

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 @@  &usb {
 };
 
 &vec {
+	compatible = "brcm,bcm2711-vec";
 	interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
 };