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:
19c5957
)
[ARM] S3C64XX: Fix USB host clock mux list
author
Ben Dooks
<ben@simtec.co.uk>
Thu, 26 Feb 2009 23:00:34 +0000
(23:00 +0000)
committer
Ben Dooks
<ben-linux@fluff.org>
Thu, 26 Feb 2009 23:25:51 +0000
(23:25 +0000)
The clock list for the USB host bus clock was in the wrong order,
move clk_48m to position 0.
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 a2f526bcb38984fc3a44703062006f2b2c78ef55..2984270b40a7572e689bfd06c6931d27af4d2c08 100644
(file)
--- a/
arch/arm/plat-s3c64xx/s3c6400-clock.c
+++ b/
arch/arm/plat-s3c64xx/s3c6400-clock.c
@@
-189,10
+189,10
@@
static struct clk_sources clkset_uart = {
};
static struct clk *clkset_uhost_list[] = {
+ &clk_48m,
&clk_mout_epll.clk,
&clk_dout_mpll,
&clk_fin_epll,
- &clk_48m,
};
static struct clk_sources clkset_uhost = {