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

Commit 831ec4dd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 829d7d99 c5fd4cbf
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";
};