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:
482835c
)
sh: clock-sh7724: fixup sh_fsi clock settings
author
Kuninori Morimoto
<
[email protected]
>
Wed, 18 Jan 2012 09:44:22 +0000
(
01:44
-0800)
committer
Paul Mundt
<
[email protected]
>
Wed, 18 Jan 2012 11:51:27 +0000
(21:51 +1000)
sh_fsi needs HWBLK_SPU clock on sh7724
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Paul Mundt <
[email protected]
>
arch/sh/kernel/cpu/sh4a/clock-sh7724.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/clock-sh7724.c
b/arch/sh/kernel/cpu/sh4a/clock-sh7724.c
index b3c039a5064a43756c5a0704f3073e223a091fba..70bd96646f422641b223aeed33adc533561e4112 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/clock-sh7724.c
+++ b/
arch/sh/kernel/cpu/sh4a/clock-sh7724.c
@@
-343,7
+343,7
@@
static struct clk_lookup lookups[] = {
CLKDEV_DEV_ID("sh_mobile_ceu.1", &mstp_clks[HWBLK_CEU1]),
CLKDEV_CON_ID("beu1", &mstp_clks[HWBLK_BEU1]),
CLKDEV_CON_ID("2ddmac0", &mstp_clks[HWBLK_2DDMAC]),
- CLKDEV_
CON_ID("spu
0", &mstp_clks[HWBLK_SPU]),
+ CLKDEV_
DEV_ID("sh_fsi.
0", &mstp_clks[HWBLK_SPU]),
CLKDEV_CON_ID("jpu0", &mstp_clks[HWBLK_JPU]),
CLKDEV_DEV_ID("sh-vou.0", &mstp_clks[HWBLK_VOU]),
CLKDEV_CON_ID("beu0", &mstp_clks[HWBLK_BEU0]),