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

Commit 317db8c7 authored by Pengfei Liu's avatar Pengfei Liu Committed by Gerrit - the friendly Code Review server
Browse files

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

Add Camera GPIOs in Pinctrl for rear aux2.

Change-Id: Iec5b0c042877f14f0bbf44a8b08ff86d9e02d8e6
parent ab55a97a
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 {