Skip to content

Commit 659389d

Browse files
Yuanjie Yangqualcomm-yuanjiey
authored andcommitted
BACKPORT: 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 40c4e2e commit 659389d

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
@@ -557,6 +557,16 @@
557557
};
558558
};
559559

560+
pmu-a55 {
561+
compatible = "arm,cortex-a55-pmu";
562+
interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH &ppi_cluster0>;
563+
};
564+
565+
pmu-a76 {
566+
compatible = "arm,cortex-a76-pmu";
567+
interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH &ppi_cluster1>;
568+
};
569+
560570
psci: psci {
561571
compatible = "arm,psci-1.0";
562572
method = "smc";
@@ -4676,6 +4686,16 @@
46764686
interrupt-controller;
46774687
#redistributor-regions = <1>;
46784688
redistributor-stride = <0x0 0x20000>;
4689+
4690+
ppi-partitions {
4691+
ppi_cluster0: interrupt-partition-0 {
4692+
affinity = <&cpu0 &cpu1 &cpu2 &cpu3 &cpu4 &cpu5>;
4693+
};
4694+
4695+
ppi_cluster1: interrupt-partition-1 {
4696+
affinity = <&cpu6 &cpu7>;
4697+
};
4698+
};
46794699
};
46804700

46814701
apss_shared: mailbox@17c00000 {

0 commit comments

Comments
 (0)