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

Commit ece6d206 authored by Bansidhar Gopalachari's avatar Bansidhar Gopalachari
Browse files

msm: samarium: Add NFC I2C GPIO mux for bringup



Configure GPIO 87 and 88 for NFC I2C

Change-Id: I68127e0ed3379faf57a1ab4833436a51f9731a4d
Acked-by: default avatarUmesh Jagga <ujagga@qti.qualcomm.com>
Signed-off-by: default avatarBansidhar Gopalachari <bansid@codeaurora.org>
parent 61a09d4a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -216,6 +216,18 @@ static struct msm_gpiomux_config msm_blsp_configs[] __initdata = {
			[GPIOMUX_SUSPENDED] = &gpio_i2c_config,
		},
	},
	{	/* NFC */
		.gpio      = 87,		/* BLSP2 QUP2 I2C_DAT */
		.settings = {
			[GPIOMUX_SUSPENDED] = &gpio_i2c_config,
		},
	},
	{	/* NFC */
		.gpio      = 88,		/* BLSP2 QUP2 I2C_CLK */
		.settings = {
			[GPIOMUX_SUSPENDED] = &gpio_i2c_config,
		},
	},
};

static struct gpiomux_setting lcd_en_act_cfg = {