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

Commit a454e469 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add camera mux gpio support"

parents b41e28eb 5f43cec3
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -1593,6 +1593,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 */