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

Commit 0b68fd6f authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

ARM: dts: msm: Mitigate modem during low state of charge in sm8150



Mitigate modem when state of charge reaches 20 percent or below in
sm8150 with sdx50 modem.

Change-Id: Ie4bb3bc573f590bc75fd212197fc914e6549fa07
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent 03cafa97
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -549,6 +549,23 @@
			};
		};
	};

	soc {
		trips {
			soc_trip1: soc-trip1 {
				temperature = <20>;
				hysteresis = <0>;
				type = "passive";
			};
		};
		cooling-maps {
			soc_modem {
				trip = <&soc_trip1>;
				cooling-device =
					<&modem1_proc 3 3>;
			};
		};
	};
};

&reserved_memory {