mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
[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>
This commit is contained in:
parent
4271c3bd46
commit
19c5957081
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user