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

Commit d613393b authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Update core mapping for silver core thermal zones for SM6150



Update cpu core mappings for silver core thermal zones for emergency
cpu isolation rules based on latest recommendation for SM6150.

Change-Id: If4407e5549400a2bd14300e50f233081054f5d2f
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 4719c01d
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -396,23 +396,23 @@
		thermal-governor = "step_wise";
		thermal-sensors = <&tsens0 1>;
		trips {
			cpu01_config: cpu01-config {
			cpu45_config: cpu45-config {
				temperature = <110000>;
				hysteresis = <10000>;
				type = "passive";
			};
		};
		cooling-maps {
			cpu0_cdev {
				trip = <&cpu01_config>;
			cpu4_cdev {
				trip = <&cpu45_config>;
				cooling-device =
					<&CPU0 THERMAL_MAX_LIMIT
					<&CPU4 THERMAL_MAX_LIMIT
						THERMAL_MAX_LIMIT>;
			};
			cpu1_cdev {
				trip = <&cpu01_config>;
			cpu5_cdev {
				trip = <&cpu45_config>;
				cooling-device =
					<&CPU1 THERMAL_MAX_LIMIT
					<&CPU5 THERMAL_MAX_LIMIT
						THERMAL_MAX_LIMIT>;
			};
		};
@@ -452,23 +452,23 @@
		thermal-sensors = <&tsens0 3>;
		thermal-governor = "step_wise";
		trips {
			cpu45_config: cpu45-config {
			cpu01_config: cpu01-config {
				temperature = <110000>;
				hysteresis = <10000>;
				type = "passive";
			};
		};
		cooling-maps {
			cpu4_cdev {
				trip = <&cpu45_config>;
			cpu0_cdev {
				trip = <&cpu01_config>;
				cooling-device =
					<&CPU4 THERMAL_MAX_LIMIT
					<&CPU0 THERMAL_MAX_LIMIT
						THERMAL_MAX_LIMIT>;
			};
			cpu5_cdev {
				trip = <&cpu45_config>;
			cpu1_cdev {
				trip = <&cpu01_config>;
				cooling-device =
					<&CPU5 THERMAL_MAX_LIMIT
					<&CPU1 THERMAL_MAX_LIMIT
						THERMAL_MAX_LIMIT>;
			};
		};