Skip to content

Commit d7f1d81

Browse files
fifteenhexarndb
authored andcommitted
ARM: mstar: Add PMU
Adds the ARM PMU to the base MStar v7 dtsi. Signed-off-by: Daniel Palmer <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 6e17d13 commit d7f1d81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/boot/dts/mstar-v7.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
clock-frequency = <6000000>;
4141
};
4242

43+
pmu: pmu {
44+
compatible = "arm,cortex-a7-pmu";
45+
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
46+
interrupt-affinity = <&cpu0>;
47+
};
48+
4349
soc: soc {
4450
compatible = "simple-bus";
4551
#address-cells = <1>;

0 commit comments

Comments
 (0)