Loading arch/arm/mach-msm/board-8226-gpiomux.c +8 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,14 @@ static struct gpiomux_setting lcd_rst_sus_cfg = { static struct msm_gpiomux_config msm_lcd_configs[] __initdata = { { .gpio = 25, .gpio = 25, /* LCD Reset */ .settings = { [GPIOMUX_ACTIVE] = &lcd_rst_act_cfg, [GPIOMUX_SUSPENDED] = &lcd_rst_sus_cfg, }, }, { .gpio = 109, /* LCD Enable */ .settings = { [GPIOMUX_ACTIVE] = &lcd_rst_act_cfg, [GPIOMUX_SUSPENDED] = &lcd_rst_sus_cfg, Loading Loading
arch/arm/mach-msm/board-8226-gpiomux.c +8 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,14 @@ static struct gpiomux_setting lcd_rst_sus_cfg = { static struct msm_gpiomux_config msm_lcd_configs[] __initdata = { { .gpio = 25, .gpio = 25, /* LCD Reset */ .settings = { [GPIOMUX_ACTIVE] = &lcd_rst_act_cfg, [GPIOMUX_SUSPENDED] = &lcd_rst_sus_cfg, }, }, { .gpio = 109, /* LCD Enable */ .settings = { [GPIOMUX_ACTIVE] = &lcd_rst_act_cfg, [GPIOMUX_SUSPENDED] = &lcd_rst_sus_cfg, Loading