aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-08-21 11:13:59 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-08-21 11:14:12 -0600
commit2f6410a71ca6c78755d29f2ac22c4b7617e315ea (patch)
tree6f80178f043d5ee817bfd6da7fe1331500f8d1ce
parent9f3969c3cb2918feaf515d44843d8f96012f2ddf (diff)
Revert "ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls."2012.08.22012.08-2
This reverts commit f3f98bb0b8cc520e08ea2bdfc3f9cbe4e4ac29f5. Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/omap4_common.h5
-rw-r--r--include/configs/omap5_evm.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index b66c67b66..4524eb3cb 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -122,6 +122,9 @@
/* Flash */
#define CONFIG_SYS_NO_FLASH 1
+/* clocks */
+#define CONFIG_SYS_CLOCKS_ENABLE_ALL
+
/* commands to include */
#include <config_cmd_default.h>
@@ -342,6 +345,8 @@
#define CONFIG_SPL_SERIAL_SUPPORT
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds"
+#define CONFIG_SYS_ENABLE_PADS_ALL
+
#define CONFIG_SYS_THUMB_BUILD
#endif /* __CONFIG_OMAP4_COMMON_H */
diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h
index c5874bbf6..837838700 100644
--- a/include/configs/omap5_evm.h
+++ b/include/configs/omap5_evm.h
@@ -50,6 +50,8 @@
/* Clock Defines */
#define V_OSCK 19200000 /* Clock output from T2 */
#define V_SCLK V_OSCK
+#define CONFIG_SYS_CLOCKS_ENABLE_ALL 1 /* Enable all clocks */
+#define CONFIG_SYS_ENABLE_PADS_ALL 1 /* Enable all PADS for now */
#undef CONFIG_USE_IRQ /* no support for IRQs */
#define CONFIG_MISC_INIT_R