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

Commit ca5b7b47 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: increase strength for mclk0 on msm8998 HDK"

parents c2d9ad70 72243401
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -43,4 +43,19 @@
			drive-strength = <8>; /* 2 MA */
		};
	};

	cam_sensor_mclk0_active: cam_sensor_mclk0_active {
		/* MCLK1 */
		mux {
			/* CLK, DATA */
			pins = "gpio13";
			function = "cam_mclk";
		};

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