Loading arch/arm/mach-msm/board-samarium-gpiomux.c +12 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading
arch/arm/mach-msm/board-samarium-gpiomux.c +12 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading