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

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

Merge "ARM: dts: qcom: Correct standby gpio for aux camera"

parents 3043626f cfd70e17
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -703,12 +703,12 @@
		cam_sensor_active_rear_aux: cam_sensor_active_rear_aux {
		cam_sensor_active_rear_aux: cam_sensor_active_rear_aux {
			/* RESET REARAUX,DVDD ELDO */
			/* RESET REARAUX,DVDD ELDO */
			mux {
			mux {
				pins = "gpio24", "gpio71";
				pins = "gpio29", "gpio71";
				function = "gpio";
				function = "gpio";
			};
			};


			config {
			config {
				pins = "gpio24", "gpio71";
				pins = "gpio29", "gpio71";
				bias-disable; /* No PULL */
				bias-disable; /* No PULL */
				drive-strength = <2>; /* 2 MA */
				drive-strength = <2>; /* 2 MA */
			};
			};
@@ -717,12 +717,12 @@
		cam_sensor_suspend_rear_aux: cam_sensor_suspend_rear_aux {
		cam_sensor_suspend_rear_aux: cam_sensor_suspend_rear_aux {
			/* RESET REARAUX,DVDD ELDO */
			/* RESET REARAUX,DVDD ELDO */
			mux {
			mux {
				pins = "gpio24", "gpio71";
				pins = "gpio29", "gpio71";
				function = "gpio";
				function = "gpio";
			};
			};


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