projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed0041b
)
3036: enble dpll slow mode at restart
author
wdc
<wdc@rock-chips.com>
Fri, 4 Jul 2014 02:10:43 +0000
(10:10 +0800)
committer
wdc
<wdc@rock-chips.com>
Fri, 4 Jul 2014 02:10:43 +0000
(10:10 +0800)
arch/arm/mach-rockchip/rk3036.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3036.c
b/arch/arm/mach-rockchip/rk3036.c
index 97f5b7657ab1870e3a4f08d7ba9eefee5345c0e4..767b2be24aa4bc1d9cf52260e0b626a777d32cb4 100644
(file)
--- a/
arch/arm/mach-rockchip/rk3036.c
+++ b/
arch/arm/mach-rockchip/rk3036.c
@@
-159,7
+159,7
@@
static void rk3036_restart(char mode, const char *cmd)
dsb();
/* pll enter slow mode */
- writel_relaxed(0x30
0
10000, RK_CRU_VIRT + RK3036_CRU_MODE_CON);
+ writel_relaxed(0x30
1
10000, RK_CRU_VIRT + RK3036_CRU_MODE_CON);
dsb();
writel_relaxed(0xeca8, RK_CRU_VIRT + RK3036_CRU_GLB_SRST_SND_VALUE);
dsb();