bcm27xx: update 6.1 patches to latest version
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-1048-dt-Switch-bcm2712-firmware-kms-node-to-using-the-271.patch
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
5 compatible
6
7 With the new compatible to handle the interrupts correctly, switch
8 the base dt to use it.
9
10 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
11 ---
12 arch/arm/boot/dts/bcm2712.dtsi | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm/boot/dts/bcm2712.dtsi
16 +++ b/arch/arm/boot/dts/bcm2712.dtsi
17 @@ -103,7 +103,7 @@
18 };
19
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>;