aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6410
diff options
context:
space:
mode:
authorDkay Chen <dkay_chen@openmoko.com>2009-02-02 16:50:23 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-02 16:50:23 +0000
commit6910248623f49e2e7040f8adc0feea8af8759568 (patch)
tree6c3198f8d36a1f75d546cb598a0ef94ca2da2026 /arch/arm/mach-s3c6410
parentdf618323ccdd6a0af08ec7caffaa49576e69ec91 (diff)
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 <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c6410')
-rw-r--r--arch/arm/mach-s3c6410/mach-om-gta03.c2
1 files changed, 1 insertions, 1 deletions
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
};