s5pc110: leave cpu revision signature at INFORM3
authorMyungJoo Ham <MyungJoo.Ham@samsung.com>
Fri, 19 Mar 2010 07:25:13 +0000 (16:25 +0900)
committerMyungJoo Ham <MyungJoo.Ham@samsung.com>
Fri, 19 Mar 2010 07:25:13 +0000 (16:25 +0900)
Note that INFORM0 is used by suspend/resume and INFORM 1, 2 are
used by deep idle.

board/samsung/universal/universal.c

index a61ce91..7c1cf49 100644 (file)
@@ -691,6 +691,10 @@ static void show_hw_revision(void)
                s5pc1xx_set_cpu_rev(0);
        }
 
+       if (cpu_is_s5pc110())
+               writel(0xc1100000 | 0xffff & s5pc1xx_get_cpu_rev(),
+                               S5PC110_INFORM3);
+
        empty_device_info_buffer();
        dprintf("HW Revision:\t%x (%s%s) %s\n",
                board_rev, get_board_name(board),