summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/devices.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-01-19 18:56:17 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-02-08 17:50:12 +0000
commit1e98ffa85e70f423e2e41156cc3d549c353cd897 (patch)
tree4ff80c17d515a97c675de1508ed2beae1deca9d1 /arch/arm/mach-omap2/devices.c
parentd5e6072b753041b56236b014ccfd72a0d3177e08 (diff)
downloadop-kernel-dev-1e98ffa85e70f423e2e41156cc3d549c353cd897.zip
op-kernel-dev-1e98ffa85e70f423e2e41156cc3d549c353cd897.tar.gz
[ARM] omap: ensure devname is set for dummy devices
This is needed to use these with the clkdev helpers. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index ce03fa7..9730404 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -348,6 +348,7 @@ 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");
if (iclk && clk_enable(iclk))
iclk = NULL;
OpenPOWER on IntegriCloud