aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/devices.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/devices.c
parent6c5dbb40f4795f3fdbf3e5aab7eda4e2f838d08b (diff)
downloadkernel_samsung_smdk4412-6f7607ccd175518a3ee7dccc1620f3a086689668.zip
kernel_samsung_smdk4412-6f7607ccd175518a3ee7dccc1620f3a086689668.tar.gz
kernel_samsung_smdk4412-6f7607ccd175518a3ee7dccc1620f3a086689668.tar.bz2
[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/devices.c')
-rw-r--r--arch/arm/mach-omap2/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index 9730404..8075f58 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -349,11 +349,11 @@ static void __init omap_hsmmc_reset(void)
dummy_pdev.id = i;
dev_set_name(&dummy_pdev.dev, "mmci-omap-hs.%d", i);
- iclk = clk_get(dev, "mmchs_ick");
+ iclk = clk_get(dev, "ick");
if (iclk && clk_enable(iclk))
iclk = NULL;
- fclk = clk_get(dev, "mmchs_fck");
+ fclk = clk_get(dev, "fck");
if (fclk && clk_enable(fclk))
fclk = NULL;