From 6d2a7f931861690dea7a2b5c3f9a62750278a11b Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Wed, 4 Aug 2010 16:03:25 +0900 Subject: [PATCH] s5pc110: Remove CODEC_LDO_EN gpio set Set CODEC_LDO_EN gpio at kernel. Signed-off-by: Joonyoung Shim --- board/samsung/universal/universal.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index a7ca1a2..54564fb 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -853,9 +853,6 @@ static void setup_limo_real_gpios(void) /* * Note: Please write GPIO alphabet order */ - /* CODEC_LDO_EN: XVVSYNC_LDI: GPF3[4] output high */ - gpio_direction_output(&s5pc110_gpio->gpio_f3, 4, 1); - if (hwrevision(0)) /* RESET_REQ_N: XM0BEN_1: MP0_2[1] output high */ gpio_direction_output(&s5pc110_gpio->gpio_mp0_2, 1, 1); -- 2.7.4