Merge "ARM: dts: qcom: Remove sdpm clock driver support"

This commit is contained in:
QCTECMDR Service
2024-08-23 13:01:03 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 25 additions and 14 deletions

View File

@@ -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";

View File

@@ -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 {