From c249b6f965d04ddb1514fd4fe20c2a4ad8109744 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(+) diff --git a/arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi b/arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi index 401d9056b0576c..ce3c5aa0e7c808 100644 --- 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>;