Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddbf8503 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: thermal: Add support for CDSP cooling devices via qmi cdev"

parents 7697cad1 a4c18b0c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ Subsystem properties:
			"mmw_skin3" -> MMW skin mitigation device3,
			"cpr_cold" -> for cpr restriction.
			"wlan" -> for modem wlan mitigation device.
			"cdsp_sw" -> for CDSP DCVS mitigation device.
			"cdsp_hw" -> for CDSP hardware mitigation device.

	-#cooling-cells:
		Usage: required
@@ -111,6 +113,16 @@ Example:
				qcom,qmi-dev-name = "cpuv_restriction_cold";
				#cooling-cells = <2>;
			};

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

			cdsp_hw: hvx {
				qcom,qmi-dev-name = "cdsp_hw";
				#cooling-cells = <2>;
			};
		};

		slpi {