dt: Switch bcm2712 firmware-kms node to using the 2712 compatible
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 20 Oct 2023 16:12:09 +0000 (17:12 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:08 +0000 (11:35 +0000)
With the new compatible to handle the interrupts correctly, switch
the base dt to use it.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
arch/arm/boot/dts/broadcom/bcm2712.dtsi

index 753f4ab..328f45f 100644 (file)
                };
 
                firmwarekms: firmwarekms@7d503000 {
-                       compatible = "raspberrypi,rpi-firmware-kms";
+                       compatible = "raspberrypi,rpi-firmware-kms-2712";
                        /* SUN_L2 interrupt reg */
                        reg = <0x7d503000 0x18>;
                        interrupt-parent = <&cpu_l2_irq>;