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:
f0767e8
)
sh: sh7757: switch RSPI clock to dev ID match
author
Geert Uytterhoeven
<
[email protected]
>
Thu, 3 Apr 2014 21:46:43 +0000
(14:46 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 3 Apr 2014 23:20:53 +0000
(16:20 -0700)
Switch the RSPI MSTP clock on SH7757 from a con ID match to a dev ID
match, so we can start looking it up using clk_get() with a NULL ID.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Tested-by: Yoshihiro Shimoda <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/sh/kernel/cpu/sh4a/clock-sh7757.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c
b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c
index e84a43229b9c5af1ec9c7935c8cf8150c698cdac..5c0e3c33516168891aebe5f3283b90fe179ba1af 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/clock-sh7757.c
+++ b/
arch/sh/kernel/cpu/sh4a/clock-sh7757.c
@@
-132,7
+132,7
@@
static struct clk_lookup lookups[] = {
CLKDEV_CON_ID("usb_fck", &mstp_clks[MSTP103]),
CLKDEV_DEV_ID("renesas_usbhs.0", &mstp_clks[MSTP102]),
CLKDEV_CON_ID("mmc0", &mstp_clks[MSTP220]),
- CLKDEV_
CON_ID("rspi
2", &mstp_clks[MSTP127]),
+ CLKDEV_
DEV_ID("rspi.
2", &mstp_clks[MSTP127]),
};
int __init arch_clk_init(void)