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

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

Merge "ARM: dts: msm: Add a 5C hysteresis for DDR rule in Lahaina"

parents 4561f0f7 9222fd80
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -774,6 +774,12 @@
				hysteresis = <0>;
				type = "passive";
			};

			pop_trip1: pop-trip1 {
				temperature = <90000>;
				hysteresis = <5000>;
				type = "passive";
			};
		};

		cooling-maps {
@@ -785,7 +791,7 @@
			};

			pop_cdev1 {
				trip = <&pop_trip>;
				trip = <&pop_trip1>;
				cooling-device = <&ddr_cdev 5 5>;
			};
		};