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

Commit 143ad59f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update the thermal adc scale function for SKUT1"

parents e652d8b0 7ae4377b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -212,3 +212,15 @@
	pinctrl-0 = <&usbid_default>;
	vbus_otg-supply = <&smb1358_otg_vreg>;
};

&pm8916_vadc {
	chan@30 {
		qcom,scale-function = <12>;
	};
};

&pm8916_adc_tm {
	chan@30 {
		qcom,scale-function = <7>;
	};
};