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

Commit 428332cb authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala
Browse files

ARM: dts: msm: Add sleep configuration for uart on mdmcalifornium



Due to missing sleep configuration, high current is observed
during power tests on GPIO 8.

CRs-Fixed: 1040805
Change-Id: I3598f83926059ffae07dcf756d056d94895794b2
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent 42b112dc
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -44,6 +44,18 @@
			};
		};

		uart3_console_sleep: uart3_console_sleep {
			mux {
				pins = "gpio8", "gpio9";
				function = "gpio";
			};
			config {
				pins = "gpio8", "gpio9";
				drive-strength = <2>;
				bias-disable;
			};
		};

		/* I2C CONFIGURATION */
		i2c_1 {
			i2c_1_active: i2c_1_active {