From: Donghwa Lee Date: Sun, 28 Mar 2010 02:34:56 +0000 (+0900) Subject: s5pc110: neptune: ALS_NRST checked by hw revision X-Git-Tag: JC15_20100329 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb9d46f7d3141e3253724495a925a642c93149a0;p=kernel%2Fu-boot.git s5pc110: neptune: ALS_NRST checked by hw revision --- diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index a796bbc..33bdd95 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -1802,7 +1802,7 @@ void lcd_cfg_gpio(void) /* LCD_BACKLIGHT_EN */ if (mach_is_geminus()) gpio_cfg_pin(&gpio_base->gpio_mp0_5, 0, GPIO_OUTPUT); - if (board_is_neptune()) { + if (board_is_neptune() && hwrevision(0)) { gpio_cfg_pin(&gpio_base->gpio_mp0_4, 4, GPIO_OUTPUT); gpio_direction_output(&gpio_base->gpio_mp0_4, 4, 0); }