diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-02-26 23:00:33 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-02-26 23:25:51 +0000 |
commit | 19c5957081a6ffbf014e6c944e6aafee3c1632c3 (patch) | |
tree | bcbbb2cafe56f5a7f3d20f6d015e5e4c0e89f1e1 /arch/arm | |
parent | 4271c3bd46a0f0448118cf618c7210237a98e6bf (diff) | |
download | talos-obmc-linux-19c5957081a6ffbf014e6c944e6aafee3c1632c3.tar.gz talos-obmc-linux-19c5957081a6ffbf014e6c944e6aafee3c1632c3.zip |
[ARM] S3C64XX: Fix name of USB host clock.
The usb-host-bus clock should be named usb-bus-host.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm')
-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 = { static struct clksrc_clk clk_usbhost = { .clk = { - .name = "usb-host-bus", + .name = "usb-bus-host", .id = -1, .ctrlbit = S3C_CLKCON_SCLK_UHOST, .enable = s3c64xx_sclk_ctrl, |