Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions arch/arm64/boot/dts/qcom/talos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3696,6 +3696,14 @@
};
};
};

cooling {
compatible = "qcom,qmi-cooling-cdsp";
cdsp_sw: cdsp_sw {
label = "cdsp_sw";
#cooling-cells = <2>;
};
};
};

pmu@90b6300 {
Expand Down Expand Up @@ -4990,12 +4998,26 @@
thermal-sensors = <&tsens0 10>;

trips {
q6_hvx_alert0: trip-point0 {
temperature = <105000>;
hysteresis = <5000>;
type = "passive";
};

q6-hvx-critical {
temperature = <115000>;
hysteresis = <1000>;
type = "critical";
};
};

cooling-maps {
map0 {
trip = <&q6_hvx_alert0>;
cooling-device = <&cdsp_sw
THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

mdm-core-thermal {
Expand Down