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

Commit 82221b6c authored by Jigarkumar Zala's avatar Jigarkumar Zala
Browse files

ARM: dts: msm: Remove pmic gpio enable from camera platfomrs for Kona



TOF sensor is using pmic gpio as a vdig power supply and it is requested
as a part of regulator_enable() api, so removing pmic gpio entry from
image sensor property.

Change-Id: I3d13e6e58f5d3304d8c00542af0588af80c185a6
Signed-off-by: default avatarJigarkumar Zala <jzala@codeaurora.org>
parent f5f31790
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -304,14 +304,12 @@
		pinctrl-1 = <&cam_sensor_mclk3_suspend
				 &cam_sensor_suspend_3>;
		gpios = <&tlmm 97 0>,
			<&tlmm 109 0>,
			<&pm8009_gpios 1 0>;
			<&tlmm 109 0>;
		gpio-reset = <1>;
		gpio-req-tbl-num = <0 1 2>;
		gpio-req-tbl-flags = <1 0 0>;
		gpio-req-tbl-num = <0 1>;
		gpio-req-tbl-flags = <1 0>;
		gpio-req-tbl-label = "CAMIF_MCLK3",
					"CAM_RESET3",
					"TOF_VDD_EN";
					"CAM_RESET3";
		sensor-mode = <0>;
		cci-master = <1>;
		status = "ok";
+4 −6
Original line number Diff line number Diff line
@@ -304,14 +304,12 @@
		pinctrl-1 = <&cam_sensor_mclk3_suspend
				 &cam_sensor_suspend_3>;
		gpios = <&tlmm 97 0>,
			<&tlmm 109 0>,
			<&pm8009_gpios 1 0>;
			<&tlmm 109 0>;
		gpio-reset = <1>;
		gpio-req-tbl-num = <0 1 2>;
		gpio-req-tbl-flags = <1 0 0>;
		gpio-req-tbl-num = <0 1>;
		gpio-req-tbl-flags = <1 0>;
		gpio-req-tbl-label = "CAMIF_MCLK3",
					"CAM_RESET3",
					"TOF_VDD_EN";
					"CAM_RESET3";
		sensor-mode = <0>;
		cci-master = <1>;
		status = "ok";