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

index 6a0bc268cacc9f4ae208fe6328fbc00e9acb4247..8c3f436d279e758466fc93d49ccfbb30f8d9d763 100755 (executable)
@@ -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
 }