]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: omap3: Fix tao3530/omap3_ha SPL boot hangup (GPIO clocks not enabled)
authorStefan Roese <sr@denx.de>
Fri, 14 Feb 2014 08:47:17 +0000 (09:47 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 18:55:40 +0000 (13:55 -0500)
commit36481ded99a530f6820961a2335e94b485469ae4
tree62fc30eaa254d6d10b0ce53d8aa8abbee27dc743
parentcd8341b7eb7bcf630a49538684778d87daef3e61
arm: omap3: Fix tao3530/omap3_ha SPL boot hangup (GPIO clocks not enabled)

Patch f33b9bd3
[arm: omap3: Enable clocks for peripherals only if they are used]
breaks SPL booting on tao3530. Since some gpio input's are
read to detect the board revision. But with this patch above, the
clocks to the GPIO subsystems are not enabled per default any more.
The GPIO banks need to be configured specifically now.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@ti.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
include/configs/tao3530.h