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

Commit 4dfdb085 authored by Ajay Prathi's avatar Ajay Prathi
Browse files

ARM: dts: msm: Add a flag to enable TSENS re-init

Add a boolean flag to enable or disable the TSENS
Re-initialization via an SCM call to TZ.

Change-Id: I4bb53f4b7e805ae1dbc472d50f777c35f87a9f5b
parent 05d8fdcf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@ Required properties:
		   Add "tsens-critical" for Critical temperature threshold notification
		   in addition to "tsens-upper-lower" for 8996 TSENS since
		   8996 supports Upper/Lower and Critical temperature threshold.

- qcom,tsens-reinit-wa : To support the re-initialization of tsens controller from
			trustzone
Example:

tsens@fc4a8000 {
+2 −0
Original line number Diff line number Diff line
@@ -1586,6 +1586,7 @@
		interrupt-names = "tsens-upper-lower",
				"tsens-critical", "tsens-0C";
		0C-sensor-num = <16>;
		tsens-reinit-wa;
		#thermal-sensor-cells = <1>;
	};

@@ -1602,6 +1603,7 @@
		interrupt-names = "tsens-upper-lower",
				"tsens-critical", "tsens-0C";
		0C-sensor-num = <16>;
		tsens-reinit-wa;
		#thermal-sensor-cells = <1>;
	};