We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4060836 + 659389d commit 83934b4Copy full SHA for 83934b4
1 file changed
arch/arm64/boot/dts/qcom/talos.dtsi
@@ -557,6 +557,16 @@
557
};
558
559
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
570
psci: psci {
571
compatible = "arm,psci-1.0";
572
method = "smc";
@@ -4681,6 +4691,16 @@
4681
4691
interrupt-controller;
4682
4692
#redistributor-regions = <1>;
4683
4693
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
4684
4704
4685
4705
4686
4706
apss_shared: mailbox@17c00000 {
0 commit comments