summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-02-14 09:47:17 +0100
committerTom Rini <trini@ti.com>2014-02-21 13:55:40 -0500
commit36481ded99a530f6820961a2335e94b485469ae4 (patch)
tree62fc30eaa254d6d10b0ce53d8aa8abbee27dc743
parentcd8341b7eb7bcf630a49538684778d87daef3e61 (diff)
downloadblackbird-obmc-uboot-36481ded99a530f6820961a2335e94b485469ae4.tar.gz
blackbird-obmc-uboot-36481ded99a530f6820961a2335e94b485469ae4.zip
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>
-rw-r--r--include/configs/tao3530.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h
index 9abfe82902..9c04c23ab7 100644
--- a/include/configs/tao3530.h
+++ b/include/configs/tao3530.h
@@ -83,6 +83,13 @@
#define CONFIG_OMAP_HSMMC
#define CONFIG_DOS_PARTITION
+/* GPIO banks */
+#define CONFIG_OMAP3_GPIO_2 /* GPIO32 ..63 is in GPIO bank 2 */
+#define CONFIG_OMAP3_GPIO_3 /* GPIO64 ..95 is in GPIO bank 3 */
+#define CONFIG_OMAP3_GPIO_4 /* GPIO96 ..127 is in GPIO bank 4 */
+#define CONFIG_OMAP3_GPIO_5 /* GPIO128..159 is in GPIO bank 5 */
+#define CONFIG_OMAP3_GPIO_6 /* GPIO160..191 is in GPIO bank 6 */
+
/* commands to include */
#include <config_cmd_default.h>
OpenPOWER on IntegriCloud