ARM: OMAP4: Bypass the clock check.
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Sat, 22 Aug 2009 08:00:12 +0000 (13:30 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Wed, 2 Sep 2009 22:07:54 +0000 (15:07 -0700)
commitaae290fb4d64e2b09b659f4b8a7f9d2547ef63b1
tree2d63eecab36003e4c2ee249e2e9e7e6172ad99f3
parent0e3eaadfe3da84f98250ad8a2c36e87fe00e42ee
ARM: OMAP4: Bypass the clock check.

Second reason of OMAP4 boot failure on 2.6.31.rc6, the UART
platform data is not getting registered to kernel.
Registration was failing because of clock check failure in
omap_serial_init().
Below patch fix the same.

OMAP4 clock framework patches are still getting discussed on mailing
list so till then we need this.

Signed-off-by: Syed Rafiuddin <rafiuddin.syed@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-omap2/serial.c