diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-09-26 04:41:28 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-10-28 02:03:45 -0400 |
commit | 5261b0a290a87fa448fd1fd125baeab42603a318 (patch) | |
tree | 6edf36b0ef3f70048df0cccfcb61a883db6d0da5 /arch/sh | |
parent | e66ac3f26aef131f5ca60350d25fba95f43acd0d (diff) |
sh: add parameters for EHCI and RIIC in clock-sh7757.c
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7757.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c index 3b097b09a3ba..19222dae8233 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c | |||
@@ -113,7 +113,14 @@ static struct clk_lookup lookups[] = { | |||
113 | 113 | ||
114 | /* MSTP32 clocks */ | 114 | /* MSTP32 clocks */ |
115 | CLKDEV_CON_ID("sdhi0", &mstp_clks[MSTP004]), | 115 | CLKDEV_CON_ID("sdhi0", &mstp_clks[MSTP004]), |
116 | CLKDEV_CON_ID("riic", &mstp_clks[MSTP000]), | 116 | CLKDEV_CON_ID("riic0", &mstp_clks[MSTP000]), |
117 | CLKDEV_CON_ID("riic1", &mstp_clks[MSTP000]), | ||
118 | CLKDEV_CON_ID("riic2", &mstp_clks[MSTP000]), | ||
119 | CLKDEV_CON_ID("riic3", &mstp_clks[MSTP000]), | ||
120 | CLKDEV_CON_ID("riic4", &mstp_clks[MSTP000]), | ||
121 | CLKDEV_CON_ID("riic5", &mstp_clks[MSTP000]), | ||
122 | CLKDEV_CON_ID("riic6", &mstp_clks[MSTP000]), | ||
123 | CLKDEV_CON_ID("riic7", &mstp_clks[MSTP000]), | ||
117 | 124 | ||
118 | CLKDEV_ICK_ID("tmu_fck", "sh_tmu.0", &mstp_clks[MSTP113]), | 125 | CLKDEV_ICK_ID("tmu_fck", "sh_tmu.0", &mstp_clks[MSTP113]), |
119 | CLKDEV_ICK_ID("tmu_fck", "sh_tmu.1", &mstp_clks[MSTP114]), | 126 | CLKDEV_ICK_ID("tmu_fck", "sh_tmu.1", &mstp_clks[MSTP114]), |
@@ -121,6 +128,7 @@ static struct clk_lookup lookups[] = { | |||
121 | CLKDEV_ICK_ID("sci_fck", "sh-sci.1", &mstp_clks[MSTP111]), | 128 | CLKDEV_ICK_ID("sci_fck", "sh-sci.1", &mstp_clks[MSTP111]), |
122 | CLKDEV_ICK_ID("sci_fck", "sh-sci.0", &mstp_clks[MSTP110]), | 129 | CLKDEV_ICK_ID("sci_fck", "sh-sci.0", &mstp_clks[MSTP110]), |
123 | 130 | ||
131 | CLKDEV_CON_ID("usb_fck", &mstp_clks[MSTP103]), | ||
124 | CLKDEV_CON_ID("usb0", &mstp_clks[MSTP102]), | 132 | CLKDEV_CON_ID("usb0", &mstp_clks[MSTP102]), |
125 | CLKDEV_CON_ID("mmc0", &mstp_clks[MSTP220]), | 133 | CLKDEV_CON_ID("mmc0", &mstp_clks[MSTP220]), |
126 | }; | 134 | }; |