mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-05 07:05:53 +08:00
ARM: dts: qcom: Add cold temp mitigation cdev in pitti
Add wpss zeroc vdd restriction cooling device in pitti. Change-Id: I7faacff5d272181d345aa7d4e578826a857928b0
This commit is contained in:
@@ -171,6 +171,15 @@
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
wpss {
|
||||
qcom,instance-id = <QMI_WPSS_INST_ID>;
|
||||
|
||||
wpss_vdd: wpss_vdd {
|
||||
qcom,qmi-dev-name = "cpuv_restriction_cold";
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
qcom,userspace-cdev {
|
||||
@@ -882,6 +891,11 @@
|
||||
trip = <&zeroc_0_trip>;
|
||||
cooling-device = <&mx_cdev 1 1>;
|
||||
};
|
||||
|
||||
wpss_vdd_cdev {
|
||||
trip = <&zeroc_0_trip>;
|
||||
cooling-device = <&wpss_vdd 1 1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -913,6 +927,11 @@
|
||||
trip = <&zeroc_1_trip>;
|
||||
cooling-device = <&mx_cdev 1 1>;
|
||||
};
|
||||
|
||||
wpss_vdd_cdev {
|
||||
trip = <&zeroc_1_trip>;
|
||||
cooling-device = <&wpss_vdd 1 1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user