From: Minkyu Kang Date: Fri, 29 Oct 2010 10:27:07 +0000 (+0900) Subject: s5pc210: universal: ramoops: revert the clock gating code X-Git-Tag: v0.2~301 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c39264e3d3b92fa30d9db7bf940a803dfbf5dbbd;p=kernel%2Fu-boot.git s5pc210: universal: ramoops: revert the clock gating code disable until implement the clock gating on Kernel Signed-off-by: Minkyu Kang --- diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index c7c4346..a5c9111 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -947,10 +947,12 @@ static void show_dump_msg(void) if (!ret) setenv("bootdelay", "-1"); +#if 0 /* disable the clock for Modem I/F */ reg = readl(&clk->gate_ip_peril); reg &= ~(1 << 28); writel(reg, &clk->gate_ip_peril); +#endif } #endif