Commit 1e98ffa8 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] omap: ensure devname is set for dummy devices

This is needed to use these with the clkdev helpers.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d5e6072b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment