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

Commit 82191d43 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Set PMIC GPIO3 high for MDM9640 MTP



Set the PMIC GPIO3 high by default for MDM9640 MTP to
enable WLAN and Neutrino power supply on boot up.

Change-Id: I36975cfda8891166ba87b4b64e91438247e39530
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 995bb603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
		qcom,pull = <5>;         /* No Pull */
		qcom,vin-sel = <2>;      /* VIN2 */
		qcom,src-sel = <0>;      /* GPIO */
		qcom,invert = <0>;       /* Invert */
		qcom,invert = <1>;       /* Output high */
		qcom,master-en = <1>;    /* Enable GPIO */
		status = "ok";
	};
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
		qcom,pull = <5>;         /* No Pull */
		qcom,vin-sel = <2>;      /* VIN2 */
		qcom,src-sel = <0>;      /* GPIO */
		qcom,invert = <0>;       /* Invert */
		qcom,invert = <1>;       /* Output high */
		qcom,master-en = <1>;    /* Enable GPIO */
		status = "ok";
	};