On Thu, Jun 03, 2010 at 08:58:25PM +0200, ext Kevin Hilman wrote:
This doesn't look right for OMAP1. With a device name, you should just drop the "arm_cpio_ck" part, so you can do a clk_get(dev, NULL).
I guess it doesn't matter. clkdev will try to match device and clk names, if that fails it will try device only and if that still fails, clk only. Although I think something like "ick" instead of "arm_gpio_ck" would be better.
And to decrease the amount of iterations to get the clock, use clk_get(dev, "ick");
-- balbi DefectiveByDesign.org -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html