* Gadiyar, Anand <[email protected]> [100629 19:07]:
> Aguirre, Sergio wrote:
> > Sripathy, Vishwanath wrote:
> > > Here is the log from Early printk.
> > > 
> > 
> > <snip>
> > 
> > > Could not get gpios_ick
> > > Could not get gpios_fck
> > 
> > Probably Tony will be the best to answer this, but... This 
> > code shouldn't get executed I think (the one producing above prints)..
> > 
> > Above clocks are declared for omap2 only (in 
> > arch/arm/mach-omap2/clock24[20,30]_data.c), and even this 
> > clk_get calls are inside of a supposedly omap2 only execution in 
> > arch/arm/plat-omap/gpio.c:
> > 
> > static int __init _omap_gpio_init(void)
> > {
> > ...
> > ...
> > #if defined(CONFIG_ARCH_OMAP2)
> >     if (cpu_class_is_omap2()) {
> 
> 
> Isn't cpu_class_is_omap2() valid for OMAP3 as well?

Yeah. The above should be just if (cpu_is_omap24xx()) instead.
But that's just a warning and should not matter for the boot
issue.

To me it looks like the early_printk works, but the 8250 serial
console never gets initialized?

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to