ARM: dts: msm: Mention class cpus as cpu phandles for sun/pineapple

Remove the hard coded class cpus and replace them with their
phandles.

Change-Id: I283ac79d64d945e12477f61a67b058574bde7031
Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
This commit is contained in:
Mukesh Ojha
2024-07-18 21:14:19 +05:30
parent f4be45d558
commit 8e39e7601f
2 changed files with 4 additions and 4 deletions

View File

@@ -2389,9 +2389,9 @@
gic-interrupt-router {
compatible = "qcom,gic-intr-routing";
/* keep silver core only to avoid wakeup of gold cores */
qcom,gic-class0-cpus = <0 1>;
qcom,gic-class0-cpus = <&CPU0 &CPU1>;
/* keep gold and gold+ cores in class1 */
qcom,gic-class1-cpus = <2 3 4 5 6 7>;
qcom,gic-class1-cpus = <&CPU2 &CPU3 &CPU4 &CPU5 &CPU6 &CPU7>;
};
qcom,secure-buffer {

View File

@@ -928,9 +928,9 @@
gic-interrupt-router {
compatible = "qcom,gic-intr-routing";
/* keep a few m cores in class0 only to avoid wakeup of l cores */
qcom,gic-class0-cpus = <0 1>;
qcom,gic-class0-cpus = <&CPU0 &CPU1>;
/* keep other cores in class1 */
qcom,gic-class1-cpus = <2 3 4 5 6 7>;
qcom,gic-class1-cpus = <&CPU2 &CPU3 &CPU4 &CPU5 &CPU6 &CPU7>;
};
qcom,secure-buffer {