From 6910248623f49e2e7040f8adc0feea8af8759568 Mon Sep 17 00:00:00 2001 From: Dkay Chen Date: Mon, 2 Feb 2009 16:50:23 +0000 Subject: gta03-usb-otg-init-48MHz-source-fix.patch Unlike SMDK we use 48MHz xtal on GTA03, don't copy platform phy clock init from SMDK then Signed-off-by: Andy Green --- arch/arm/mach-s3c6410/mach-om-gta03.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-s3c6410/mach-om-gta03.c b/arch/arm/mach-s3c6410/mach-om-gta03.c index 413a823c8f7..9e21f86026e 100644 --- a/arch/arm/mach-s3c6410/mach-om-gta03.c +++ b/arch/arm/mach-s3c6410/mach-om-gta03.c @@ -707,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 = REF_CLK_OSCC + .phyclk = 0 }; -- cgit v1.2.3