arm: omap3: Fix omap3_overo SPL boot hangup
authorAsh Charles <ashcharles@gmail.com>
Wed, 21 May 2014 21:04:51 +0000 (14:04 -0700)
committerTom Rini <trini@ti.com>
Fri, 23 May 2014 20:12:02 +0000 (16:12 -0400)
commit06ae2b0ce89d5f0e473c403d91fc741fe2f31eaf
treed9b4d8df7f6eeee3906777562d6d0eb59c8c80cb
parentbcb2cf1b5af517910f7a0bf9748751247ff704aa
arm: omap3: Fix omap3_overo SPL boot hangup

Patch f33b9bd3
[arm: omap3: Enable clocks for peripherals only if they are used]
breaks SPL booting on Overo. Since some gpio inputs 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: Ash Charles <ashcharles@gmail.com>
include/configs/omap3_overo.h