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

Commit 6b608d68 authored by Anat Etzion-Fuchs's avatar Anat Etzion-Fuchs
Browse files

msm: gpiomux-8084: Changing camera MCLK drive strength



Raising the drive strength of the MCLK from 2MA to 6MA,
to receive a better clock signal on the SBC8084.

Change-Id: I8c2eab3d3b4c7cb3ef978bf928fc0e095480152d
Signed-off-by: default avatarAnat Etzion-Fuchs <aetzion@codeaurora.org>
parent 9046d93c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -833,7 +833,7 @@ static struct gpiomux_setting gpio_suspend_config[] = {
static struct gpiomux_setting cam_settings[] = {
	{
		.func = GPIOMUX_FUNC_1, /*active 1*/ /* 0 */
		.drv = GPIOMUX_DRV_2MA,
		.drv = GPIOMUX_DRV_6MA,
		.pull = GPIOMUX_PULL_NONE,
	},