Skip to content

Commit

Permalink
dt: Switch bcm2712 firmware-kms node to using the 2712 compatible
Browse files Browse the repository at this point in the history
With the new compatible to handle the interrupts correctly, switch
the base dt to use it.

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 authored and pelwell committed Oct 20, 2023
1 parent 4137b49 commit 5a52cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2712.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
};

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>;
Expand Down

0 comments on commit 5a52cae

Please sign in to comment.