Skip to content

Commit

Permalink
dts: bcm2712-ds: Restore the A76 PMU declaration
Browse files Browse the repository at this point in the history
In the move to the upstream bcm2712.dts, the A76 PMU was omitted from
the required downstream additions.

Link: #6507

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell authored and popcornmix committed Dec 16, 2024
1 parent 2e0bc33 commit c249b6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
};
#endif

arm-pmu {
compatible = "arm,cortex-a76-pmu";
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
};

clocks: clocks {
compatible = "simple-bus";
#address-cells = <1>;
Expand Down

0 comments on commit c249b6f

Please sign in to comment.