s5pc110: aquila: Set CODEC_LDO_EN gpio to KEEP_STATE
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 5 Feb 2010 03:01:46 +0000 (12:01 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 5 Feb 2010 03:01:46 +0000 (12:01 +0900)
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
board/samsung/universal/gpio_setting.h

index f907235..66e63f7 100644 (file)
@@ -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),