aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6410
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-30 09:53:40 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-30 09:53:40 +0000
commit88c1918a71b934844780b217d931485c497fc6b4 (patch)
tree74461e8e394c2ca6581aa6500d619d857648b8db /arch/arm/mach-s3c6410
parent4caf79de95c26495e7cdc8204023d97598f887d2 (diff)
fix-s3c6410-hsusb-phy-regs.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c6410')
-rw-r--r--arch/arm/mach-s3c6410/mach-smdk6410.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c
index 8132ea37d7d..98f4a5bec77 100644
--- a/arch/arm/mach-s3c6410/mach-smdk6410.c
+++ b/arch/arm/mach-s3c6410/mach-smdk6410.c
@@ -51,6 +51,8 @@
#include <plat/devs.h>
#include <plat/cpu.h>
+#include <plat/regs-usb-hs-otg.h>
+
#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
@@ -181,7 +183,7 @@ static void __init smdk6410_map_io(void)
}
struct s3c_plat_otg_data s3c_hs_otg_plat_data = {
- .phyclk = 2, /* 12MHz osc */
+ .phyclk = REF_CLK_OSCC | 2, /* 12MHz osc */
};