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

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

Merge "dt-bindings: thermal: Add support for modem DSC cooling devices"

parents 2ca5a205 4d129a39
Loading
Loading
Loading
Loading
+28 −2
Original line number Original line Diff line number Diff line
@@ -51,8 +51,24 @@ Subsystem properties:
			"mmw_skin1" -> MMW skin mitigation device1,
			"mmw_skin1" -> MMW skin mitigation device1,
			"mmw_skin2" -> MMW skin mitigation device2,
			"mmw_skin2" -> MMW skin mitigation device2,
			"mmw_skin3" -> MMW skin mitigation device3,
			"mmw_skin3" -> MMW skin mitigation device3,
			"cpr_cold" -> for cpr restriction.
			"cpr_cold" -> for cpr restriction,
			"wlan" -> for modem wlan mitigation device.
			"wlan" -> for modem wlan mitigation device,
			"cdsp_sw" -> for CDSP DCVS mitigation device,
			"cdsp_hw" -> for CDSP hardware mitigation device,
			"mmw_skin0_dsc" -> DSC based MMW skin mitigation
						device0,
			"mmw_skin1_dsc" -> DSC based MMW skin mitigation
						device1,
			"mmw_skin2_dsc" -> DSC based MMW skin mitigation
						device2,
			"mmw_skin3_dsc" -> DSC based MMW skin mitigation
						device3,
			"modem_skin_lte_dsc" -> DSC based LTE skin mitigation
						device,
			"modem_skin_nr_dsc" -> DSC based NR skin mitigation
						device,
			"pa_dsc" -> DSC based pa cooling device,
			"pa_fr1_dsc" -> DSC based pa cooling device.


	-#cooling-cells:
	-#cooling-cells:
		Usage: required
		Usage: required
@@ -111,6 +127,16 @@ Example:
				qcom,qmi-dev-name = "cpuv_restriction_cold";
				qcom,qmi-dev-name = "cpuv_restriction_cold";
				#cooling-cells = <2>;
				#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 {
		slpi {