From f3412f43ba41c51b372d7ee88f56fd178ebcec71 Mon Sep 17 00:00:00 2001 From: Thomas Abraham Date: Fri, 28 May 2010 11:41:14 +0900 Subject: [PATCH] --- yaml --- r: 199222 b: refs/heads/master c: 5f4c5b2de442dae32ec5059dda996ac6375ebf36 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c64xx/clock.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 860863480977..3ce6118961b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 189e0445d8b5246aa570fc3881b4739c443bec8a +refs/heads/master: 5f4c5b2de442dae32ec5059dda996ac6375ebf36 diff --git a/trunk/arch/arm/mach-s3c64xx/clock.c b/trunk/arch/arm/mach-s3c64xx/clock.c index 7a4138beb665..fbd85a9b7bbf 100644 --- a/trunk/arch/arm/mach-s3c64xx/clock.c +++ b/trunk/arch/arm/mach-s3c64xx/clock.c @@ -258,6 +258,12 @@ static struct clk init_clocks[] = { .parent = &clk_h, .enable = s3c64xx_hclk_ctrl, .ctrlbit = S3C_CLKCON_HCLK_HSMMC2, + }, { + .name = "otg", + .id = -1, + .parent = &clk_h, + .enable = s3c64xx_hclk_ctrl, + .ctrlbit = S3C_CLKCON_HCLK_USB, }, { .name = "timers", .id = -1,