projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4271c3b
)
[ARM] S3C64XX: Fix name of USB host clock.
author
Ben Dooks
<ben@simtec.co.uk>
Thu, 26 Feb 2009 23:00:33 +0000
(23:00 +0000)
committer
Ben Dooks
<ben-linux@fluff.org>
Thu, 26 Feb 2009 23:25:51 +0000
(23:25 +0000)
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>
arch/arm/plat-s3c64xx/s3c6400-clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c64xx/s3c6400-clock.c
b/arch/arm/plat-s3c64xx/s3c6400-clock.c
index 8d9a0cada668d725ac0c18616b838205d3721e4d..a2f526bcb38984fc3a44703062006f2b2c78ef55 100644
(file)
--- 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,