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

Commit b2a4b5fe authored by wumeif's avatar wumeif Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update pull property of MPP pin for apq8096 drone



MPP pin only can be set to 0-3 value for property of qcom,pull.

Change-Id: I0ac0b5e491b6947cc53ae188b1543ffc0dffd30e
Signed-off-by: default avatarWumei Fang <wumeif@codeaurora.org>
parent 5b154abb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@
&pm8994_mpps {
	mpp@a100 { /* MPP 2 - TP82 */
		qcom,mode = <0>;		/* Digital input */
		qcom,pull = <5>;		/* Pull down */
		qcom,pull = <1>;		/* Pull up open */
		qcom,vin-sel = <2>;		/* S4 1.8V */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */
@@ -558,7 +558,7 @@

	mpp@a300 { /* MPP 4 - FAN_DETECT */
		qcom,mode = <0>;		/* Digital input */
		qcom,pull = <5>;		/* Pull down */
		qcom,pull = <1>;		/* Pull up open */
		qcom,vin-sel = <2>;		/* S4 1.8V */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */
@@ -568,7 +568,7 @@

	mpp@a400 { /* MPP 5 - TP81 */
		qcom,mode = <0>;		/* Digital input */
		qcom,pull = <5>;		/* Pull down */
		qcom,pull = <1>;		/* Pull up open */
		qcom,vin-sel = <2>;		/* S4 1.8V */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */
@@ -587,7 +587,7 @@

	mpp@a600 { /* MPP 7 - TP83 */
		qcom,mode = <0>;		/* Digital input */
		qcom,pull = <5>;		/* Pull down */
		qcom,pull = <1>;		/* Pull up open */
		qcom,vin-sel = <2>;		/* S4 1.8V */
		qcom,src-sel = <0>;		/* Constant */
		qcom,master-en = <1>;		/* Enable GPIO */