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

Commit 11524c99 authored by Bansidhar Gopalachari's avatar Bansidhar Gopalachari
Browse files

msm: samarium: Add NFC I2C GPIO mux



Configure GPIO 87 and 88 for NFC I2C.

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


static struct gpiomux_setting lcd_en_act_cfg = {
static struct gpiomux_setting lcd_en_act_cfg = {