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

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

Merge "msm: msm8974: Add NFC I2C GPIO mux for FLUID"

parents aeb4ec2b b6bcbe8d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -690,6 +690,18 @@ static struct msm_gpiomux_config msm_blsp_configs[] __initdata = {
			[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 = {