Skip to content

Commit

Permalink
[ARM] S3C64XX: Fix name of USB host clock.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Ben Dooks committed Feb 26, 2009
1 parent 4271c3b commit 19c5957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c64xx/s3c6400-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 19c5957

Please sign in to comment.