From 288e42c9ff4fec4beceacac9365f45eb6560ba3c Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 30 Jan 2009 09:53:44 +0000 Subject: fix-s3c6410-hsusb-platform-init.patch Signed-off-by: Andy Green --- arch/arm/mach-s3c6410/mach-om-gta03.c | 4 +++- arch/arm/mach-s3c6410/mach-smdk6410.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-s3c6410') diff --git a/arch/arm/mach-s3c6410/mach-om-gta03.c b/arch/arm/mach-s3c6410/mach-om-gta03.c index 211ae668eb0..413a823c8f7 100644 --- a/arch/arm/mach-s3c6410/mach-om-gta03.c +++ b/arch/arm/mach-s3c6410/mach-om-gta03.c @@ -71,6 +71,8 @@ #include #include +#include + extern struct platform_device s3c_device_usbgadget; @@ -705,7 +707,7 @@ struct platform_device gta03_device_spi_lcm = { extern void s3c64xx_init_io(struct map_desc *, int); struct s3c_plat_otg_data s3c_hs_otg_plat_data = { - .phyclk = 2, /* 12MHz osc */ + .phyclk = REF_CLK_OSCC }; diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index 98f4a5bec77..deec6eb495a 100644 --- a/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/arch/arm/mach-s3c6410/mach-smdk6410.c @@ -183,7 +183,7 @@ static void __init smdk6410_map_io(void) } struct s3c_plat_otg_data s3c_hs_otg_plat_data = { - .phyclk = REF_CLK_OSCC | 2, /* 12MHz osc */ + .phyclk = REF_CLK_OSCC }; -- cgit v1.2.3