Revert "s5pc110: wmg160: Workaround comments because of wrong board detection" JB05_20100206 JB05_20100207
authorJoonyoung Shim <jy0922.shim@samsung.com>
Sat, 6 Feb 2010 03:19:18 +0000 (12:19 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Sat, 6 Feb 2010 03:19:18 +0000 (12:19 +0900)
This reverts commit 643344ab72cadd769be981653672cc1e21fd5e61.

board/samsung/universal/universal.c

index 4118dfc..55d328e 100644 (file)
@@ -552,8 +552,6 @@ static void check_hw_revision(void)
                                gpio_get_value(&gpio->gpio_d1, 1) == 0)
                        board = MACH_TICKERTAPE;
 
-/* FIXME: This occurs wrong board detection when usb down key is pushed */
-#if 0
                /* WMG160 - GPH3[0:4] = 0x00 */
                if (board == MACH_TICKERTAPE) {
                        int i, wmg160 = 1;
@@ -569,7 +567,6 @@ static void check_hw_revision(void)
                                hwrev3 = 1;
                        }
                }
-#endif
 
                /* C110 Geminus for rev0.0 */
                gpio_set_pull(&gpio->gpio_j1, 2, GPIO_PULL_NONE);