ARM: dts: qcom: Remove sdpm clock driver support
Remove SDPM clock driver support from clarence gaming.
Remove cpu pause action on boot core.
Add cold temperature interrupt handling support in clarence.
Change-Id: I05da43e8a8e392f2bec8f425ac9750f559221953
Signed-off-by: Nitesh Kumar <quic_nitekuma@quicinc.com>
(cherry picked from commit acfc51f2dd
)
This commit is contained in:
committed by
Akhil Kallankandy
parent
54f9f129d6
commit
39a1a8814f
@@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
#include "ravelin.dtsi"
|
#include "ravelin.dtsi"
|
||||||
|
|
||||||
|
&cx_sdpm {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
||||||
model = "Qualcomm Technologies, Inc. Ravelin SG";
|
model = "Qualcomm Technologies, Inc. Ravelin SG";
|
||||||
|
@@ -9,6 +9,12 @@
|
|||||||
#cooling-cells = <2>;
|
#cooling-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&aoss_qmp {
|
||||||
|
cx_cdev: cx_cdev {
|
||||||
|
#cooling-cells = <2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
tsens0: thermal-sensor@c263000 {
|
tsens0: thermal-sensor@c263000 {
|
||||||
compatible = "qcom,tsens-v2";
|
compatible = "qcom,tsens-v2";
|
||||||
@@ -222,7 +228,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cx_sdpm@634000 {
|
cx_sdpm: cx_sdpm@634000 {
|
||||||
compatible = "qcom,sdpm";
|
compatible = "qcom,sdpm";
|
||||||
reg = <0x00634000 0x1000>;
|
reg = <0x00634000 0x1000>;
|
||||||
clock-names = "gpu_cc_gx_gfx3d",
|
clock-names = "gpu_cc_gx_gfx3d",
|
||||||
@@ -285,25 +291,12 @@
|
|||||||
type = "passive";
|
type = "passive";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu0_emerg: cpu0-emerg-cfg {
|
|
||||||
temperature = <110000>;
|
|
||||||
hysteresis = <10000>;
|
|
||||||
type = "passive";
|
|
||||||
};
|
|
||||||
|
|
||||||
reset-mon-cfg {
|
reset-mon-cfg {
|
||||||
temperature = <115000>;
|
temperature = <115000>;
|
||||||
hysteresis = <0>;
|
hysteresis = <0>;
|
||||||
type = "hot";
|
type = "hot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cooling-maps {
|
|
||||||
cpu00_cdev {
|
|
||||||
trip = <&cpu0_emerg>;
|
|
||||||
cooling-device = <&cpu0_pause 1 1>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu-0-1 {
|
cpu-0-1 {
|
||||||
@@ -906,6 +899,13 @@
|
|||||||
type = "passive";
|
type = "passive";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cooling-maps {
|
||||||
|
wcss_cx_vdd_cdev {
|
||||||
|
trip = <&min_temp_0_trip>;
|
||||||
|
cooling-device = <&cx_cdev 1 1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
zeroc-1 {
|
zeroc-1 {
|
||||||
@@ -925,6 +925,13 @@
|
|||||||
type = "passive";
|
type = "passive";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cooling-maps {
|
||||||
|
wcss_cx_vdd_cdev {
|
||||||
|
trip = <&min_temp_1_trip>;
|
||||||
|
cooling-device = <&cx_cdev 1 1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cx-pe {
|
cx-pe {
|
||||||
|
Reference in New Issue
Block a user