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

Commit 1433e4a5 authored by Petar Sivenov's avatar Petar Sivenov
Browse files

ARM: dts: sensor: Change secondary sensor CSID.



Same CSID was set for mt9m114 as for primary sensor.
When two cameras are used simultaneously they try to access same
CSID thus causing conflict.

Change-Id: I9dd1e99a63841d6773b1206db095c0bbb1fb746c
Signed-off-by: default avatarPetar Sivenov <psiven@codeaurora.org>
parent 03ccedbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@
		reg = <0x90>;
		qcom,slave-id = <0x90 0x0 0x2481>;
		qcom,csiphy-sd-index = <1>;
		qcom,csid-sd-index = <0>;
		qcom,csid-sd-index = <1>;
		qcom,mount-angle = <0>;
		qcom,sensor-name = "mt9m114";
		cam_vdig-supply = <&pm8941_l3>;