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

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

Merge "ARM: dts: msm: Add mclk4 to lagoon pinctrl"

parents 31aaa3dc a65b6037
Loading
Loading
Loading
Loading
+28 −0
Original line number Original line 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 {
		cam_sensor_active_rear: cam_sensor_active_rear {
			/* RESET REAR, AVDD eLDO */
			/* RESET REAR, AVDD eLDO */
			mux {
			mux {