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

Commit 9a4b34c6 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: qcom: enable adsp VDD restriction cooling device for BENGAL

Enable adsp VDD restriction cooling device and configure it for
thermal zones for cold temperature voltage restriction handling.

Change-Id: Icba3d2548f4a74235704434bc6b44dcf88a5922b
parent a6355b75
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -114,6 +114,15 @@
				#cooling-cells = <2>;
			};
		};

		adsp {
			qcom,instance-id = <QMI_ADSP_INST_ID>;

			adsp_vdd: adsp_vdd {
				qcom,qmi-dev-name = "cpuv_restriction_cold";
				#cooling-cells = <2>;
			};
		};
	};

	lmh_cpu_vdd: qcom,lmh-cpu-vdd@f550800 {
@@ -877,6 +886,11 @@
				trip = <&mapss_trip>;
				cooling-device = <&modem_vdd 0 0>;
			};

			adsp_vdd_cdev {
				trip = <&mapss_trip>;
				cooling-device = <&adsp_vdd 0 0>;
			};
		};
	};

@@ -935,6 +949,11 @@
				trip = <&camera_trip>;
				cooling-device = <&modem_vdd 0 0>;
			};

			adsp_vdd_cdev {
				trip = <&camera_trip>;
				cooling-device = <&adsp_vdd 0 0>;
			};
		};
	};