From 17e42b347bb2b585ae9913ab17f4c649197ad62f Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Fri, 19 Mar 2010 16:25:13 +0900 Subject: [PATCH] s5pc110: leave cpu revision signature at INFORM3 Note that INFORM0 is used by suspend/resume and INFORM 1, 2 are used by deep idle. --- board/samsung/universal/universal.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index a61ce91..7c1cf49 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -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), -- 2.7.4