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:
317a1ba
)
rk3188: enable rk30_io_drive_strength_init
author
黄涛
<huangtao@rock-chips.com>
Thu, 24 Jan 2013 06:31:02 +0000
(14:31 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Thu, 24 Jan 2013 06:31:17 +0000
(14:31 +0800)
arch/arm/mach-rk30/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/common.c
b/arch/arm/mach-rk30/common.c
index 6a0bc268cacc9f4ae208fe6328fbc00e9acb4247..8c3f436d279e758466fc93d49ccfbb30f8d9d763 100755
(executable)
--- a/
arch/arm/mach-rk30/common.c
+++ b/
arch/arm/mach-rk30/common.c
@@
-54,7
+54,7
@@
static void __init rk30_cpu_axi_init(void)
static void __init rk30_io_drive_strength_init(void)
{
-#if defined(CONFIG_ARCH_RK3066B)
+#if defined(CONFIG_ARCH_RK3066B)
|| defined(CONFIG_ARCH_RK3188)
writel_relaxed(0x11001100, RK30_GRF_BASE + GRF_IO_CON4);
#endif
}