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

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

Merge "ARM: dts: msm: Add pinctrls for external regulaors in camera for Lahaina"

parents 07175769 bd641e26
Loading
Loading
Loading
Loading
+58 −0
Original line number Diff line number Diff line
@@ -3391,6 +3391,64 @@
		};
	};

	cam_sensor_active_ext_regs0: cam_sensor_active_ext_regs0 {
		/* EXT REGULATOR PIN 0 */
		mux {
			pins = "gpio28";
			function = "gpio";
		};

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

	cam_sensor_suspend_ext_regs0: cam_sensor_suspend_ext_regs0 {
		/* EXT REGULATOR PIN 0 */
		mux {
			pins = "gpio28";
			function = "gpio";
		};

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

	cam_sensor_active_ext_regs1: cam_sensor_active_ext_regs1 {
		/* EXT REGULATOR PIN 1 */
		mux {
			pins = "gpio29";
			function = "gpio";
		};

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

	cam_sensor_suspend_ext_regs1: cam_sensor_suspend_ext_regs1 {
		/* EXT REGULATOR PIN 1 */
		mux {
			pins = "gpio29";
			function = "gpio";
		};

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

	cci0_active: cci0_active {
		mux {
			/* CLK, DATA */