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

Commit bd641e26 authored by Mukund Madhusudan Atre's avatar Mukund Madhusudan Atre Committed by Gerrit - the friendly Code Review server
Browse files

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

Add pinctrls for GPIO enabled regulators in camera for Lahaina.

Change-Id: I74e28dddc1833ee2135d2c92cbd3e60bccb9c87d
parent 5012f2b6
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 */