From: Kyungmin Park Date: Thu, 4 Feb 2010 23:21:11 +0000 (+0900) Subject: s5pc110: aries: Add LDO_CODEC_EN comments X-Git-Tag: JB04_20100205~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f15f74a69528583d9eea5f2f0a95a1738380fc71;p=kernel%2Fu-boot.git s5pc110: aries: Add LDO_CODEC_EN comments Signed-off-by: Kyungmin Park --- diff --git a/board/samsung/universal/gpio_setting.h b/board/samsung/universal/gpio_setting.h index de1b999..f524796 100644 --- a/board/samsung/universal/gpio_setting.h +++ b/board/samsung/universal/gpio_setting.h @@ -318,6 +318,9 @@ static struct gpio_powermode aries_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(ARIES)_GPIO_F3_OFFSET */ + /* + * GPF3[4]: LDO_CODEC_EN can be enabled at suspend + */ OUTPUT0(0) | OUTPUT0(1) | OUTPUT0(2) | OUTPUT0(3) | KEEP_STATE(4) | PDNCON_NC(5), PULL_DIS(0) | PULL_DIS(1) | PULL_DIS(2) | PULL_DIS(3) |