commit | f3b4bc458de3285a04c5f60df6372ad5ca79fa60 | [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 | 212324a9d4f505255349bc50b34ec9f912db78d3 [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>