Skip to content

Commit 63a47fc

Browse files
Yuanjie Yangandersson
authored andcommitted
arm64: dts: qcom: talos: Add PMU support
Add the PMU node for talos platforms. Signed-off-by: Yuanjie Yang <yuanjie.yang@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260108092542.1371-3-yuanjie.yang@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent ca25bb4 commit 63a47fc

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/talos.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,16 @@
550550
};
551551
};
552552

553+
pmu-a55 {
554+
compatible = "arm,cortex-a55-pmu";
555+
interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH &ppi_cluster0>;
556+
};
557+
558+
pmu-a76 {
559+
compatible = "arm,cortex-a76-pmu";
560+
interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH &ppi_cluster1>;
561+
};
562+
553563
psci {
554564
compatible = "arm,psci-1.0";
555565
method = "smc";
@@ -4213,6 +4223,16 @@
42134223
interrupt-controller;
42144224
#redistributor-regions = <1>;
42154225
redistributor-stride = <0x0 0x20000>;
4226+
4227+
ppi-partitions {
4228+
ppi_cluster0: interrupt-partition-0 {
4229+
affinity = <&cpu0 &cpu1 &cpu2 &cpu3 &cpu4 &cpu5>;
4230+
};
4231+
4232+
ppi_cluster1: interrupt-partition-1 {
4233+
affinity = <&cpu6 &cpu7>;
4234+
};
4235+
};
42164236
};
42174237

42184238
apss_shared: mailbox@17c00000 {

0 commit comments

Comments
 (0)