commit | a66c887402313c099c82553ad6b2d9820a001c6e | [log] [tgz] |
---|---|---|
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | Wed Jan 28 15:01:32 2015 +0100 |
committer | Tom Rini <trini@ti.com> | Thu Jan 29 12:00:50 2015 -0500 |
tree | 9f7a59b994189bb82772eca3175600d8df0626a1 | |
parent | 35d908c00039a7b2fc93b6492d4bcef83db8adbe [diff] |
OMAP3: igep00x0: Fix boot hang and add support for status LED. Use the STATUS_LED APIs for indicating a boot progress instead of show_boot_progress. This patch also fixes a problem introduced with commit b3f4ca1135 (dm: omap3: Move to driver model for GPIO and serial). After that commit the board doesn't boot. Looks like the problem is the gpio_request call inside the function show_boot_progress. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>