From 911ed4afe73e572c3988eddc45e6584f113794f4 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 3 Dec 2024 12:00:26 +0000 Subject: [PATCH] dts: bcm2712-ds: Restore the A76 PMU declaration In the move to the upstream bcm2712.dts, the A76 PMU was omitted from the required downstream additions. Link: https://github.com/raspberrypi/linux/issues/6507 Signed-off-by: Phil Elwell --- arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) --- a/arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi +++ b/arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi @@ -23,6 +23,15 @@ }; #endif + arm-pmu { + compatible = "arm,cortex-a76-pmu"; + interrupts = , + , + , + ; + interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>; + }; + clocks: clocks { compatible = "simple-bus"; #address-cells = <1>;