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

Commit 3e7ca625 authored by Naresh Malladi's avatar Naresh Malladi
Browse files

ARM: dts: msm: Update temperature threshold limits for EA for 8953/8996



Current limits are causing frequent wakeups at lower temperature.
Update higher and lower limits such that msm-core energy-aware driver
will not get too many notifications to avoid unnecessary wakeups.

Change-Id: I608aad0616d2f4e98c9d06ac1ccead9b3444817a
Signed-off-by: default avatarNaresh Malladi <namall@codeaurora.org>
parent 827c6ada
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -557,8 +557,8 @@
	qcom,msm-core@a0000 {
		compatible = "qcom,apss-core-ea";
		reg = <0xa0000 0x1000>;
		qcom,low-hyst-temp = <10>;
		qcom,high-hyst-temp = <5>;
		qcom,low-hyst-temp = <100>;
		qcom,high-hyst-temp = <100>;

		ea0: ea0 {
			sensor = <&sensor_information9>;
+2 −2
Original line number Diff line number Diff line
@@ -2896,8 +2896,8 @@
	qcom,msm-core@70000 {
		compatible = "qcom,apss-core-ea";
		reg = <0x70000 0x1000>;
		qcom,low-hyst-temp = <10>;
		qcom,high-hyst-temp = <5>;
		qcom,low-hyst-temp = <100>;
		qcom,high-hyst-temp = <100>;
		qcom,polling-interval = <50>;

		ea0: ea0 {