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

Commit 78f734c7 authored by Xu,Baochu's avatar Xu,Baochu Committed by shaoxing
Browse files

ARM: dts: msm: disable i2c3 and i2c7 in 8096 drone



Disable i2c3 and i2c7 in APQ8096 drone platform
for they are not used in AP side.

Change-Id: Ida86e216bd9b6f6ee13a76cd408f9725c08c8e12
Signed-off-by: default avatarXu,Baochu <bxu@codeaurora.org>
parent bf10764e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -105,11 +105,11 @@
		pinctrl-names = "i2c_active", "i2c_sleep";
		pinctrl-0 = <&i2c_3_active>;
		pinctrl-1 = <&i2c_3_sleep>;
		status = "ok";
		status = "disabled";
	};

	i2c_7: i2c@75b5000 { /* BLSP2 QUP1 */
		status = "ok";
		status = "disabled";
	};

	blsp2_uart3: uart@075b1000 { /* HW-BLSP9 = BLSP2 UART3 */