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

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

Merge "ARM: dts: msm: Enable adsp vdd restriction cooling device for sa2150p"

parents d1247a83 639bfdd3
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -156,6 +156,28 @@
		gpios = <&tlmm 96 GPIO_ACTIVE_HIGH>;
		status = "okay";
	};

	qmi-tmd-devices {
		adsp {
			qcom,instance-id = <0x1>;

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

&thermal_zones {
	aoss-lowf {
		cooling-maps {
			adsp_vdd_cdev {
				trip = <&aoss_lowf>;
				cooling-device = <&adsp_vdd 0 0>;
			};
		};
	};
};

&usb3 {