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

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

ARM: dts: qcom: Add pinctrl of tof camera for atoll



Add pinctrl GPIO of TOF camera module for atoll qrd device.

Change-Id: Ie8adce44d5697c66830bd30f3d5db4350d5fb6c2
Signed-off-by: default avatarPengfei Liu <pengfeiliu@codeaurora.org>
parent d8d98b20
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -1107,6 +1107,35 @@
			};
		};

		cam_sensor_tof_active: cam_sensor_tof_active {
			/* RESET */
			mux {
				pins = "gpio24";
				function = "gpio";
			};

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

		cam_sensor_tof_suspend: cam_sensor_tof_suspend {
			/* RESET */
			mux {
				pins = "gpio24";
				function = "gpio";
			};

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

		cam_sensor_mclk1_active: cam_sensor_mclk1_active {
			/* MCLK1 */
			mux {