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

Commit 291130a6 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Add thermistor support on PMI632 for SDM439



Add nodes and GPIO pin configurations for thermistor channels on
PMI632 for SDM439.

Change-Id: I466372d5c80834ab0356a0f9f8a3ec7de279d42b
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent cd4a99b6
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -43,6 +43,27 @@
	qcom,battery-data = <&mtp_batterydata>;
};

&pmi632_vadc {
	pinctrl-names = "default";
	pinctrl-0 = <&quiet_therm_default &smb_therm_default>;
};

&pmi632_gpios {
	quiet_therm {
		quiet_therm_default: quiet_therm_default {
			pins = "gpio3";
			bias-high-impedance;
		};
	};

	smb_therm {
		smb_therm_default: smb_therm_default {
			pins = "gpio4";
			bias-high-impedance;
		};
	};
};

&pm8953_typec {
	status = "disabled";
};