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

Commit a65b6037 authored by Shravan Nevatia's avatar Shravan Nevatia Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add mclk4 to lagoon pinctrl

Add GPIO config for MLCK4 to lagoon
pinctrl dtsi.

Change-Id: Ie1a48b8cfdea4e84a31321c91713b6c905113579
parent d887fc26
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -1116,6 +1116,34 @@
			};
		};

		cam_sensor_mclk4_active: cam_sensor_mclk4_active {
			/* MCLK4 */
			mux {
				pins = "gpio33";
				function = "CAM_MCLK4";
			};

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

		cam_sensor_mclk4_suspend: cam_sensor_mclk4_suspend {
			/* MCLK4 */
			mux {
				pins = "gpio33";
				function = "CAM_MCLK4";
			};

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

		cam_sensor_active_rear: cam_sensor_active_rear {
			/* RESET REAR, AVDD eLDO */
			mux {