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

Commit 31e04d39 authored by Sandya Chikka's avatar Sandya Chikka
Browse files

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



I2C1 gpios in sleep state are configured to no-pull causing
leakage of current. Correct the sleep state to default gpio
state.

Change-Id: Id3d672e34543123f9471996ae00269ed448b2687
Signed-off-by: default avatarSandya Chikka <sandyachikka@codeaurora.org>
parent 388cfdf9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1086,7 +1086,7 @@

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