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

Commit 487ecdb5 authored by Dilip Kota's avatar Dilip Kota Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: correct the i2c1 gpio sleep state on MSM8909



I2C1 gpios in sleep state are configured to pull-up causing
leakage of current.Correct the sleep state pull-down state.

Change-Id: I9436fe1329a517e690dc4d1010ae47ebac67ca98
Signed-off-by: default avatarDilip Kota <c_dkota@codeaurora.org>
parent 7bd3fa20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1086,7 +1086,7 @@

			i2c_1_sleep: i2c_1_sleep {
				drive-strength = <2>; /* 2 MA */
				bias-pull-up; /* PULL UP */
				bias-pull-down; /* PULL DOWN */
			};
		};