Skip to content

Commit 83934b4

Browse files
authored
Merge pull request #234 from qualcomm-yuanjiey/pmu_support
BACKPORT: arm64: dts: qcom: talos: Add PMU support
2 parents 4060836 + 659389d commit 83934b4

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";
@@ -4681,6 +4691,16 @@
46814691
interrupt-controller;
46824692
#redistributor-regions = <1>;
46834693
redistributor-stride = <0x0 0x20000>;
4694+
4695+
ppi-partitions {
4696+
ppi_cluster0: interrupt-partition-0 {
4697+
affinity = <&cpu0 &cpu1 &cpu2 &cpu3 &cpu4 &cpu5>;
4698+
};
4699+
4700+
ppi_cluster1: interrupt-partition-1 {
4701+
affinity = <&cpu6 &cpu7>;
4702+
};
4703+
};
46844704
};
46854705

46864706
apss_shared: mailbox@17c00000 {

0 commit comments

Comments
 (0)