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

Commit b2a4a70b authored by Zhaohong Chen's avatar Zhaohong Chen
Browse files

ARM: dts: msm: fix camera ov7251 probe fail on 8009 som



 - Replace reset pin with standby.

Change-Id: I4beabf39dd804c7f25df90f6966ddca709b029d9
Signed-off-by: default avatarZhaohong Chen <zhaohong@codeaurora.org>
parent 8c4b0579
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,12 +74,12 @@
		pinctrl-1 = <&cam_sensor_mclk0_sleep &cam_sensor_rear_sleep>;
		gpios = <&msm_gpio 26 0>,
			<&msm_gpio 91 0>;
		qcom,gpio-reset = <1>;
		qcom,gpio-standby = <1>;

		qcom,gpio-req-tbl-num = <0 1>;
		qcom,gpio-req-tbl-flags = <1 0>;
		qcom,gpio-req-tbl-label = "CAMIF_MCLK",
			"CAM_RESET";
			"CAM_STANDBY";
		qcom,sensor-position = <0>;
		qcom,sensor-mode = <0>;
		status = "ok";