Skip to content

Commit ed3e940

Browse files
anarsoulmripard
authored andcommitted
arm64: dts: allwinner: a64: Drop PMU node
Looks like PMU in A64 is broken, it generates no interrupts at all and as result 'perf top' shows no events. Tested on Pine64-LTS. Fixes: 34a97fc ("arm64: dts: allwinner: a64: Add PMU node") Cc: Harald Geyer <[email protected]> Cc: Jared D. McNeill <[email protected]> Signed-off-by: Vasily Khoruzhick <[email protected]> Reviewed-by: Emmanuel Vadot <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent 2511366 commit ed3e940

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,6 @@
142142
clock-output-names = "ext-osc32k";
143143
};
144144

145-
pmu {
146-
compatible = "arm,cortex-a53-pmu";
147-
interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
148-
<GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
149-
<GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>,
150-
<GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
151-
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
152-
};
153-
154145
psci {
155146
compatible = "arm,psci-0.2";
156147
method = "smc";

0 commit comments

Comments
 (0)