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:
fb43406
)
sh: fix up the ubc clock definition for sh7785.
author
Thomas Schwinge
<
[email protected]
>
Tue, 14 Feb 2012 15:19:49 +0000
(16:19 +0100)
committer
Paul Mundt
<
[email protected]
>
Wed, 7 Mar 2012 06:28:32 +0000
(15:28 +0900)
Presently the SH7785 code misdefines the UBC clock connection ID in
relation to the other CPUs. This makes it uniform, so that things like
single-stepping work again.
Signed-off-by: Thomas Schwinge <
[email protected]
>
Signed-off-by: Paul Mundt <
[email protected]
>
arch/sh/kernel/cpu/sh4a/clock-sh7785.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/clock-sh7785.c
b/arch/sh/kernel/cpu/sh4a/clock-sh7785.c
index e5b420cc12654fd38d245370e08f3d2d1c875c2a..2b314439d359a30227357bb137771390c126990e 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/clock-sh7785.c
+++ b/
arch/sh/kernel/cpu/sh4a/clock-sh7785.c
@@
-156,7
+156,7
@@
static struct clk_lookup lookups[] = {
CLKDEV_CON_ID("siof_fck", &mstp_clks[MSTP003]),
CLKDEV_CON_ID("hspi_fck", &mstp_clks[MSTP002]),
CLKDEV_CON_ID("hudi_fck", &mstp_clks[MSTP119]),
- CLKDEV_CON_ID("ubc
_fck
", &mstp_clks[MSTP117]),
+ CLKDEV_CON_ID("ubc
0
", &mstp_clks[MSTP117]),
CLKDEV_CON_ID("dmac_11_6_fck", &mstp_clks[MSTP105]),
CLKDEV_CON_ID("dmac_5_0_fck", &mstp_clks[MSTP104]),
CLKDEV_CON_ID("gdta_fck", &mstp_clks[MSTP100]),