aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock24xx.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-01-28 10:22:50 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-02-08 17:50:23 +0000
commit6f7607ccd175518a3ee7dccc1620f3a086689668 (patch)
tree362d4f7e78b9c11ef789bc91abf1cebc55415a0b /arch/arm/mach-omap2/clock24xx.c
parent[ARM] omap: omap24xxcam: use short connection IDs for omap2 clocks (diff)
downloadlinux-dev-6f7607ccd175518a3ee7dccc1620f3a086689668.tar.xz
linux-dev-6f7607ccd175518a3ee7dccc1620f3a086689668.zip
[ARM] omap: hsmmc: new short connection id names
... rather than the clock names themselves. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/clock24xx.c')
-rw-r--r--arch/arm/mach-omap2/clock24xx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/clock24xx.c b/arch/arm/mach-omap2/clock24xx.c
index d190b6a74936..bd77ef2d5ae9 100644
--- a/arch/arm/mach-omap2/clock24xx.c
+++ b/arch/arm/mach-omap2/clock24xx.c
@@ -205,10 +205,10 @@ static struct omap_clk omap24xx_clks[] = {
CLK(NULL, "pka_ick", &pka_ick, CK_243X | CK_242X),
CLK(NULL, "usb_fck", &usb_fck, CK_243X | CK_242X),
CLK(NULL, "usbhs_ick", &usbhs_ick, CK_243X),
- CLK("mmci-omap-hs.0", "mmchs_ick", &mmchs1_ick, CK_243X),
- CLK("mmci-omap-hs.0", "mmchs_fck", &mmchs1_fck, CK_243X),
- CLK("mmci-omap-hs.1", "mmchs_ick", &mmchs2_ick, CK_243X),
- CLK("mmci-omap-hs.1", "mmchs_fck", &mmchs2_fck, CK_243X),
+ CLK("mmci-omap-hs.0", "ick", &mmchs1_ick, CK_243X),
+ CLK("mmci-omap-hs.0", "fck", &mmchs1_fck, CK_243X),
+ CLK("mmci-omap-hs.1", "ick", &mmchs2_ick, CK_243X),
+ CLK("mmci-omap-hs.1", "fck", &mmchs2_fck, CK_243X),
CLK(NULL, "gpio5_ick", &gpio5_ick, CK_243X),
CLK(NULL, "gpio5_fck", &gpio5_fck, CK_243X),
CLK(NULL, "mdm_intc_ick", &mdm_intc_ick, CK_243X),