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

Commit c5fd4cbf authored by Prashanth Vadde's avatar Prashanth Vadde Committed by Vidyasagar Pasmel
Browse files

ARM: dts: msm: Disable unused i2c_3 devices in apq8009 SOM



Disabling the devices defined in i2c_3 node
and not relevant for APQ8009 SOM boards.

Change-Id: I1801a756f017fd1f4df4cab3cc2d189467f88a14
Signed-off-by: default avatarPrashanth Vadde <pvadde@codeaurora.org>
parent 830bf7cc
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -35,16 +35,3 @@
	};
};
&soc {
	pinctrl@1000000 {
		i2c3{
			pca9956b_reset: pca9956b_reset {
				config {
					pins = "gpio84";
					drive-strength = <16>;
					bias-pull-down;
				};
			};
		};
	};
};
+18 −0
Original line number Diff line number Diff line
@@ -369,6 +369,24 @@
	status = "disabled";
};

&i2c_3 {
	qcom,camera@0 {
		status = "disabled";
	};

	qcom,camera@1 {
		status = "disabled";
	};

	qcom,camera@42 {
		status = "disabled";
	};

	led_flash0: qcom,led-flash@60 {
		status = "disabled";
	};
};

&i2c_5 {
	status = "disabled";
};