From 21e1063b0d23c7001703ac8fb8d4d4614cdbb465 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Fri, 9 Oct 2009 17:30:12 +0900 Subject: [PATCH] s5pc110: aquila: Setup power down status Signed-off-by: Kyungmin Park --- board/samsung/universal/universal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 32765d0..7068dd3 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -938,11 +938,9 @@ static void setup_power_down_mode_registers(void) reg = S5PC110_GPIO_BASE(S5PC110_GPIO_A0_OFFSET); p = powerdown_modes; for (i = 0; i < ARRAY_SIZE(powerdown_modes); i++, p++) { -#if 0 writel(p->conpdn, reg + S5PC1XX_GPIO_PDNCON_OFFSET); writel(p->pudpdn, reg + S5PC1XX_GPIO_PDNPULL_OFFSET); reg += 0x20; -#endif } } -- 2.7.4