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

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

msm: msm8974: Add NFC I2C GPIO mux for FLUID



Configure GPIO 29 and 30 for NFC I2C.

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


static struct msm_gpiomux_config msm8974_slimbus_config[] __initdata = {
static struct msm_gpiomux_config msm8974_slimbus_config[] __initdata = {