Merge "ARM: dts: msm: Mention class cpus as cpu phandles for sun/pineapple"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
47753bb575
@@ -2389,9 +2389,9 @@
|
|||||||
gic-interrupt-router {
|
gic-interrupt-router {
|
||||||
compatible = "qcom,gic-intr-routing";
|
compatible = "qcom,gic-intr-routing";
|
||||||
/* keep silver core only to avoid wakeup of gold cores */
|
/* 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 */
|
/* 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 {
|
qcom,secure-buffer {
|
||||||
|
@@ -928,9 +928,9 @@
|
|||||||
gic-interrupt-router {
|
gic-interrupt-router {
|
||||||
compatible = "qcom,gic-intr-routing";
|
compatible = "qcom,gic-intr-routing";
|
||||||
/* keep a few m cores in class0 only to avoid wakeup of l cores */
|
/* 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 */
|
/* 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 {
|
qcom,secure-buffer {
|
||||||
|
Reference in New Issue
Block a user