* [PATCH 11/13] sh: Use clkdev for sh7724 main clocks
@ 2010-05-10 11:24 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2010-05-10 11:24 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
Use clkdev for sh7724 main clocks.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/sh/kernel/cpu/sh4a/clock-sh7724.c | 6 ++++++
1 file changed, 6 insertions(+)
--- 0011/arch/sh/kernel/cpu/sh4a/clock-sh7724.c
+++ work/arch/sh/kernel/cpu/sh4a/clock-sh7724.c 2010-05-10 19:29:57.000000000 +0900
@@ -244,6 +244,12 @@ static struct clk mstp_clks[HWBLK_NR] =
}
static struct clk_lookup lookups[] = {
+ CLKDEV_NO_DEV("rclk", &r_clk),
+ CLKDEV_NO_DEV("extal", &extal_clk),
+ CLKDEV_NO_DEV("fll_clk", &fll_clk),
+ CLKDEV_NO_DEV("pll_clk", &pll_clk),
+ CLKDEV_NO_DEV("div3_clk", &div3_clk),
+
CLKDEV_NO_DEV("cpu_clk", &div4_clks[DIV4_I]),
CLKDEV_NO_DEV("shyway_clk", &div4_clks[DIV4_SH]),
CLKDEV_NO_DEV("bus_clk", &div4_clks[DIV4_B]),
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-10 11:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10 11:24 [PATCH 11/13] sh: Use clkdev for sh7724 main clocks Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).