arm64: dts: vendor: qcom: Update cpu cooling device node

Commit e186eb0c0c seperated
the qcom,cpus node into qcom,cluster0/1.
Update accordingly to enable cpu voltage cooling device.

Change-Id: I92fc40e4904cb7c1d31557a2ae6a79aed5451eec
This commit is contained in:
Divyanshu-Modi 2022-08-12 15:35:28 +05:30 committed by Michael Bestas
parent 284b0b076a
commit 1720e2bbf9
No known key found for this signature in database
GPG Key ID: CC95044519BE6669
3 changed files with 6 additions and 3 deletions

View File

@ -172,7 +172,8 @@
qcom,cpu-voltage-cdev {
compatible = "qcom,cc-cooling-devices";
apc1_cluster: qcom,apc1-cluster {
qcom,cpus = <&CPU4 &CPU7>;
qcom,cluster0 = <&CPU4>;
qcom,cluster1 = <&CPU7>;
#cooling-cells = <2>;
};
};

View File

@ -200,7 +200,8 @@
qcom,cpu-voltage-cdev {
compatible = "qcom,cc-cooling-devices";
apc1_cluster: qcom,apc1-cluster {
qcom,cpus = <&CPU4 &CPU7>;
qcom,cluster0 = <&CPU4>;
qcom,cluster1 = <&CPU7>;
#cooling-cells = <2>;
};
};

View File

@ -232,7 +232,8 @@
qcom,cpu-voltage-cdev {
compatible = "qcom,cc-cooling-devices";
apc1_cluster: qcom,apc1-cluster {
qcom,cpus = <&CPU4 &CPU7>;
qcom,cluster0 = <&CPU4>;
qcom,cluster1 = <&CPU7>;
#cooling-cells = <2>;
};
};