diff options
author | Francisco Alecrim <francisco.alecrim@openbossa.org> | 2010-03-10 18:52:24 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-03-11 10:22:39 -0800 |
commit | 97b9ad1633ed3724e0563d250850763d20275da7 (patch) | |
tree | f7902dfc30c854c69a02b0e2e5ea5096e121b135 /arch/arm/mach-omap2/clock2420_data.c | |
parent | d660f9a26ef81c3bbced92514ffbe82e1b882ee1 (diff) | |
download | blackbird-op-linux-97b9ad1633ed3724e0563d250850763d20275da7.tar.gz blackbird-op-linux-97b9ad1633ed3724e0563d250850763d20275da7.zip |
omap2: add USB initialization for tusb6010
Based on Kalle's and Tony's patches. Some variables re-organized
and unused code removed.
Signed-off-by: Kalle Valo <kalle.valo@iki.fi>
Signed-off-by: Francisco Alecrim <francisco.alecrim@openbossa.org>
[tony@atomide.com: this is needed to fix the related tusb6010 DMA API changes]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock2420_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock2420_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock2420_data.c b/arch/arm/mach-omap2/clock2420_data.c index f12af95ead45..d932b142d0b6 100644 --- a/arch/arm/mach-omap2/clock2420_data.c +++ b/arch/arm/mach-omap2/clock2420_data.c @@ -1841,6 +1841,7 @@ static struct omap_clk omap2420_clks[] = { CLK(NULL, "aes_ick", &aes_ick, CK_242X), CLK(NULL, "pka_ick", &pka_ick, CK_242X), CLK(NULL, "usb_fck", &usb_fck, CK_242X), + CLK("musb_hdrc", "fck", &osc_ck, CK_242X), }; /* |