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

Commit fdf57c8a authored by Baochu Xu's avatar Baochu Xu Committed by Ying Nie
Browse files

ARM: dts: Modify pinctl for digit codec on SDM429W



GPIO12 GPIO13 are used by I2S PA.

Change-Id: Icd31fe105f7703e1df64fd9f0641fba3668ceff5
Signed-off-by: default avatarBaochu Xu <bxu@codeaurora.org>
parent 3541909b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@
					function = "sec_mi2s";
				};
				configs {
					pins = "gpio2", "gpio3";
					pins = "gpio12", "gpio13";
					drive-strength = <8>;   /* 8 MA */
					bias-disable;	        /* No PULL */
					output-high;
@@ -526,7 +526,7 @@
					function = "sec_mi2s";
				};
				configs {
					pins = "gpio2", "gpio3";
					pins = "gpio12", "gpio13";
					drive-strength = <2>;   /* 2 MA */
					bias-pull-down;	        /* PULL DOWN */
				};