3036:for cru slow mode

This commit is contained in:
wdc
2014-07-04 09:22:44 +08:00
parent a106c8bab5
commit ed0041b98a

View File

@@ -159,10 +159,10 @@ static void rk3036_restart(char mode, const char *cmd)
dsb();
/* pll enter slow mode */
//writel_relaxed(0xf3030000, RK_CRU_VIRT + RK3288_CRU_MODE_CON);
//dsb();
//writel_relaxed(0xeca8, RK_CRU_VIRT + RK3288_CRU_GLB_SRST_SND_VALUE);
//dsb();
writel_relaxed(0x30010000, RK_CRU_VIRT + RK3036_CRU_MODE_CON);
dsb();
writel_relaxed(0xeca8, RK_CRU_VIRT + RK3036_CRU_GLB_SRST_SND_VALUE);
dsb();
}
static const char * const rk3036_dt_compat[] __initconst = {