Skip to content

Commit

Permalink
ARM: dts: bcm2712: firmwarekms has no address
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Oct 2, 2024
1 parent 50e83a3 commit fa8f473
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions arch/arm64/boot/dts/broadcom/bcm2712.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@
status = "disabled";
};

firmwarekms: firmwarekms {
compatible = "raspberrypi,rpi-firmware-kms-2712";
interrupt-parent = <&cpu_l2_irq>;
interrupts = <19>;
brcm,firmware = <&firmware>;
status = "disabled";
};

soc: soc {
compatible = "simple-bus";
#address-cells = <1>;
Expand All @@ -102,16 +110,6 @@
clock-frequency = <1000000>;
};

firmwarekms: firmwarekms@7d503000 {
compatible = "raspberrypi,rpi-firmware-kms-2712";
/* SUN_L2 interrupt reg */
reg = <0x7d503000 0x18>;
interrupt-parent = <&cpu_l2_irq>;
interrupts = <19>;
brcm,firmware = <&firmware>;
status = "disabled";
};

axiperf: axiperf {
compatible = "brcm,bcm2712-axiperf";
reg = <0x7c012800 0x100>,
Expand Down

0 comments on commit fa8f473

Please sign in to comment.