s5pc210: universal: ramoops: revert the clock gating code
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 29 Oct 2010 10:27:07 +0000 (19:27 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 29 Oct 2010 10:27:07 +0000 (19:27 +0900)
disable until implement the clock gating on Kernel

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/universal_c210/universal.c

index c7c4346..a5c9111 100644 (file)
@@ -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