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

Commit 75568c89 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 the camera nodes from msmcobalt"

parents 940e3b17 3971251e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -16,13 +16,14 @@
		compatible = "qcom,msm-cam";
		reg = <0x8c0000 0x40000>;
		reg-names = "msm-cam";
		status = "ok";
		status = "disabled";
		bus-vectors = "suspend", "svs", "nominal", "turbo";
		qcom,bus-votes = <0 300000000 640000000 640000000>;
	};

	qcom,cam_smmu {
		compatible = "qcom,msm-cam-smmu";
		status = "disabled";

		msm_cam_smmu_cb1 {
			compatible = "qcom,msm-cam-smmu-cb";
@@ -99,6 +100,6 @@
			<0x2c 0x10000000 0x30000000>;
		qcom,fd-misc-reg-settings = <0x20 0x2 0x3>,
			<0x24 0x2 0x3>;
		status = "ok";
		status = "disabled";
	};
};