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

Commit 5f43cec3 authored by Anil Kumar Kanakanti's avatar Anil Kumar Kanakanti
Browse files

ARM: dts: msm: Add camera mux gpio support

 Add camera mux gpio support to support JD1+GC630 DC.

Change-Id: I600a6ed2ca50919337f6639e574ee26b8a326e99
parent 1cf41137
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -1592,6 +1592,35 @@
			};
		};

		cam_sensor_active_mux: cam_sensor_active_mux {
			/* GC630 bypass mux */
			mux {
				pins = "gpio1";
				function = "gpio";
			};

			config {
				pins = "gpio1";
				bias-disable; /* No PULL */
				drive-strength = <2>; /* 2 MA */
			};
		};

		cam_sensor_suspend_mux: cam_sensor_suspend_mux {
			/* GC630 bypass mux */
			mux {
				pins = "gpio1";
				function = "gpio";
			};

			config {
				pins = "gpio1";
				bias-pull-down; /* PULL DOWN */
				drive-strength = <2>; /* 2 MA */
				output-low;
			};
		};

		cci0_active: cci0_active {
			mux {
				/* DATA, CLK */