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

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

Merge "ARM: dts: msm: Update default lmh dcvsh thermal thresholds for SA6155"

parents 724fd76b 5c17ff73
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -316,3 +316,23 @@
		qcom,smmu-s1-enable;
	};
};

&thermal_zones {
	lmh-dcvs-00 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};

	lmh-dcvs-01 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};
};
+20 −0
Original line number Diff line number Diff line
@@ -347,6 +347,26 @@
	vdd_mx-supply = <&VDD_CX_LEVEL>;
};

&thermal_zones {
	lmh-dcvs-00 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};

	lmh-dcvs-01 {
		trips {
			active-config {
				temperature = <105000>;
				hysteresis = <40000>;
			};
		};
	};
};

/* Audio device tree */
#include "sa6155-audio.dtsi"
#include "sa6155-pcie.dtsi"