1 From 5a52cae54a05499a8487f392cf5dfc3d8a837e6f Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.com>
3 Date: Fri, 20 Oct 2023 17:12:09 +0100
4 Subject: [PATCH] dt: Switch bcm2712 firmware-kms node to using the 2712
7 With the new compatible to handle the interrupts correctly, switch
10 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
12 arch/arm/boot/dts/bcm2712.dtsi | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
15 --- a/arch/arm/boot/dts/bcm2712.dtsi
16 +++ b/arch/arm/boot/dts/bcm2712.dtsi
20 firmwarekms: firmwarekms@7d503000 {
21 - compatible = "raspberrypi,rpi-firmware-kms";
22 + compatible = "raspberrypi,rpi-firmware-kms-2712";
23 /* SUN_L2 interrupt reg */
24 reg = <0x7d503000 0x18>;
25 interrupt-parent = <&cpu_l2_irq>;