These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
33 lines
1,017 B
Diff
33 lines
1,017 B
Diff
From 911ed4afe73e572c3988eddc45e6584f113794f4 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
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 <phil@raspberrypi.com>
|
|
---
|
|
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 = <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>;
|