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

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

Merge "ARM: dts: msm: Add Gpio settings for camera sensor"

parents 3317c5be 9b5059e6
Loading
Loading
Loading
Loading
+58 −0
Original line number Diff line number Diff line
@@ -2510,6 +2510,64 @@
			};
		};

		cam_sensor_active_rst3: cam_sensor_active_rst3 {
			/* RESET 2 */
			mux {
				pins = "gpio144";
				function = "gpio";
			};

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

		cam_sensor_suspend_rst3: cam_sensor_suspend_rst3 {
			/* RESET 2 */
			mux {
				pins = "gpio144";
				function = "gpio";
			};

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

		cam_sensor_active_rst4: cam_sensor_active_rst4 {
			/* RESET 2 */
			mux {
				pins = "gpio25";
				function = "gpio";
			};

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

		cam_sensor_suspend_rst4: cam_sensor_suspend_rst4 {
			/* RESET 2 */
			mux {
				pins = "gpio25";
				function = "gpio";
			};

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

		cam_sensor_active_3: cam_sensor_active_3 {
			/* RESET 3 */
			mux {