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

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

Merge "ARM: dts: msm: Change gpio for cam1 reset for trinket"

parents c3d2dc2b f0037dbd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1658,12 +1658,12 @@
		cam_sensor_rear2_active: cam_sensor_rear2_active {
			/* RESET */
			mux {
				pins = "gpio45";
				pins = "gpio46";
				function = "gpio";
			};

			config {
				pins = "gpio45";
				pins = "gpio46";
				bias-disable; /* No PULL */
				drive-strength = <2>; /* 2 MA */
			};
@@ -1672,12 +1672,12 @@
		cam_sensor_rear2_suspend: cam_sensor_rear2_suspend {
			/* RESET */
			mux {
				pins = "gpio45";
				pins = "gpio46";
				function = "gpio";
			};

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