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

Commit 32cdf517 authored by shaoxing's avatar shaoxing
Browse files

ARM: dts: msm: disable i2c nodes for apq8009 Robot



Robot platform does not need i2c_2/i2c_5/i2c_1/spi_0. Disable
these nodes in Robot.

Change-Id: I1b00efde924366db7f74ef57ebdd04738bcdd115
Signed-off-by: default avatarshaoxing <shaoxing@codeaurora.org>
parent becfd28d
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -44,6 +44,22 @@
	};
};

&i2c_1 {
	status = "disabled";
};

&i2c_2 {
	status = "disabled";
};

&i2c_5 {
	status = "disabled";
};

&spi_0 {
	status = "disabled";
};

&pm8916_chg {
	status = "ok";
	qcom,use-external-charger;