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

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

Merge "ARM: dts: qcom: Add rear aux2 camera Pinctrl for Lito"

parents 2addc323 317db8c7
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -729,6 +729,35 @@
			};
		};

		cam_sensor_active_rear_aux2: cam_sensor_active_rear_aux2 {
			/* RESET REARAUX2,CSI MUX Sel */
			mux {
				pins = "gpio21", "gpio51";
				function = "gpio";
			};

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

		cam_sensor_suspend_rear_aux2: cam_sensor_suspend_rear_aux2 {
			/* RESET REARAUX2, CSI MUX Sel */
			mux {
				pins = "gpio21", "gpio51";
				function = "gpio";
			};

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

		cam_sensor_active_front: cam_sensor_active_front {
			/* RESET FRONT */
			mux {