From: Joonyoung Shim Date: Fri, 5 Feb 2010 03:01:46 +0000 (+0900) Subject: s5pc110: aquila: Set CODEC_LDO_EN gpio to KEEP_STATE X-Git-Tag: JB04_20100205~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=568120207565f975919df26b2f390a3b27e6cac9;p=kernel%2Fu-boot.git s5pc110: aquila: Set CODEC_LDO_EN gpio to KEEP_STATE Signed-off-by: Joonyoung Shim --- diff --git a/board/samsung/universal/gpio_setting.h b/board/samsung/universal/gpio_setting.h index f907235..66e63f7 100644 --- a/board/samsung/universal/gpio_setting.h +++ b/board/samsung/universal/gpio_setting.h @@ -134,8 +134,11 @@ static struct gpio_powermode aquila_powerdown_modes[] = { PULL_DIS(0) | PULL_DIS(1) | PULL_DIS(2) | PULL_DIS(3) | PULL_DIS(4) | PULL_DIS(5) | PULL_DIS(6) | PULL_DIS(7), }, { /* S5PC110_GPIO_F3_OFFSET */ + /* + * GPF3[4]: CODEC_LDO_EN can be enabled at suspend + */ OUTPUT0(0) | OUTPUT0(1) | OUTPUT0(2) | OUTPUT0(3) | - OUTPUT0(4) | OUTPUT0(5), + KEEP_STATE(4) | OUTPUT0(5), PULL_DIS(0) | PULL_DIS(1) | PULL_DIS(2) | PULL_DIS(3) | PULL_DIS(4) | PULL_DIS(5), }, { /* S5PC110_GPIO_G0_OFFSET */ @@ -319,7 +322,7 @@ static struct gpio_powermode aries_powerdown_modes[] = { PULL_DIS(4) | PULL_DIS(5) | PULL_DIS(6) | PULL_DIS(7), }, { /* S5PC110(ARIES)_GPIO_F3_OFFSET */ /* - * GPF3[4]: LDO_CODEC_EN can be enabled at suspend + * GPF3[4]: CODEC_LDO_EN can be enabled at suspend */ OUTPUT0(0) | OUTPUT0(1) | OUTPUT0(2) | OUTPUT0(3) | KEEP_STATE(4) | PDNCON_NC(5),