Loading arch/arm/mach-msm/board-8084-gpiomux.c +42 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,27 @@ static struct gpiomux_setting hdmi_active_2_cfg = { .pull = GPIOMUX_PULL_DOWN, }; static struct gpiomux_setting hdmi_active_mux_lpm_cfg = { .func = GPIOMUX_FUNC_1, .drv = GPIOMUX_DRV_8MA, .pull = GPIOMUX_PULL_UP, .dir = GPIOMUX_OUT_HIGH, }; static struct gpiomux_setting hdmi_active_mux_en_cfg = { .func = GPIOMUX_FUNC_GPIO, .drv = GPIOMUX_DRV_8MA, .pull = GPIOMUX_PULL_UP, .dir = GPIOMUX_OUT_HIGH, }; static struct gpiomux_setting hdmi_active_mux_sel_cfg = { .func = GPIOMUX_FUNC_GPIO, .drv = GPIOMUX_DRV_2MA, .pull = GPIOMUX_PULL_DOWN, .dir = GPIOMUX_OUT_LOW, }; static struct msm_gpiomux_config msm_hdmi_configs[] __initdata = { { .gpio = 31, Loading Loading @@ -274,6 +295,27 @@ static struct msm_gpiomux_config msm_hdmi_configs[] __initdata = { [GPIOMUX_SUSPENDED] = &hdmi_suspend_cfg, }, }, { .gpio = 27, .settings = { [GPIOMUX_ACTIVE] = &hdmi_active_mux_lpm_cfg, [GPIOMUX_SUSPENDED] = &hdmi_suspend_cfg, }, }, { .gpio = 83, .settings = { [GPIOMUX_ACTIVE] = &hdmi_active_mux_en_cfg, [GPIOMUX_SUSPENDED] = &hdmi_suspend_cfg, }, }, { .gpio = 85, .settings = { [GPIOMUX_ACTIVE] = &hdmi_active_mux_sel_cfg, [GPIOMUX_SUSPENDED] = &hdmi_suspend_cfg, }, }, }; static struct msm_gpiomux_config apq8084_hsic_configs[] = { Loading Loading
arch/arm/mach-msm/board-8084-gpiomux.c +42 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,27 @@ static struct gpiomux_setting hdmi_active_2_cfg = { .pull = GPIOMUX_PULL_DOWN, }; static struct gpiomux_setting hdmi_active_mux_lpm_cfg = { .func = GPIOMUX_FUNC_1, .drv = GPIOMUX_DRV_8MA, .pull = GPIOMUX_PULL_UP, .dir = GPIOMUX_OUT_HIGH, }; static struct gpiomux_setting hdmi_active_mux_en_cfg = { .func = GPIOMUX_FUNC_GPIO, .drv = GPIOMUX_DRV_8MA, .pull = GPIOMUX_PULL_UP, .dir = GPIOMUX_OUT_HIGH, }; static struct gpiomux_setting hdmi_active_mux_sel_cfg = { .func = GPIOMUX_FUNC_GPIO, .drv = GPIOMUX_DRV_2MA, .pull = GPIOMUX_PULL_DOWN, .dir = GPIOMUX_OUT_LOW, }; static struct msm_gpiomux_config msm_hdmi_configs[] __initdata = { { .gpio = 31, Loading Loading @@ -274,6 +295,27 @@ static struct msm_gpiomux_config msm_hdmi_configs[] __initdata = { [GPIOMUX_SUSPENDED] = &hdmi_suspend_cfg, }, }, { .gpio = 27, .settings = { [GPIOMUX_ACTIVE] = &hdmi_active_mux_lpm_cfg, [GPIOMUX_SUSPENDED] = &hdmi_suspend_cfg, }, }, { .gpio = 83, .settings = { [GPIOMUX_ACTIVE] = &hdmi_active_mux_en_cfg, [GPIOMUX_SUSPENDED] = &hdmi_suspend_cfg, }, }, { .gpio = 85, .settings = { [GPIOMUX_ACTIVE] = &hdmi_active_mux_sel_cfg, [GPIOMUX_SUSPENDED] = &hdmi_suspend_cfg, }, }, }; static struct msm_gpiomux_config apq8084_hsic_configs[] = { Loading