diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r-- | arch/arm/plat-s3c64xx/s3c6400-clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/s3c6400-clock.c b/arch/arm/plat-s3c64xx/s3c6400-clock.c index 8d9a0cada668..a2f526bcb389 100644 --- a/arch/arm/plat-s3c64xx/s3c6400-clock.c +++ b/arch/arm/plat-s3c64xx/s3c6400-clock.c | |||
@@ -351,7 +351,7 @@ static struct clksrc_clk clk_mmc2 = { | |||
351 | 351 | ||
352 | static struct clksrc_clk clk_usbhost = { | 352 | static struct clksrc_clk clk_usbhost = { |
353 | .clk = { | 353 | .clk = { |
354 | .name = "usb-host-bus", | 354 | .name = "usb-bus-host", |
355 | .id = -1, | 355 | .id = -1, |
356 | .ctrlbit = S3C_CLKCON_SCLK_UHOST, | 356 | .ctrlbit = S3C_CLKCON_SCLK_UHOST, |
357 | .enable = s3c64xx_sclk_ctrl, | 357 | .enable = s3c64xx_sclk_ctrl, |