s5pc110: neptune: ALS_NRST checked by hw revision JC15_20100329
authorDonghwa Lee <dh09.lee@samsung.com>
Sun, 28 Mar 2010 02:34:56 +0000 (11:34 +0900)
committerDonghwa Lee <dh09.lee@samsung.com>
Sun, 28 Mar 2010 02:34:56 +0000 (11:34 +0900)
board/samsung/universal/universal.c

index a796bbc..33bdd95 100644 (file)
@@ -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);
        }