[U-Boot] [PATCH 07/12] ARM: DRA7xx: Correct the SYS_CLK to 20MHZ
Lokesh Vutla
lokeshvutla at ti.com
Wed May 29 13:02:42 CEST 2013
From: Sricharan R <r.sricharan at ti.com>
The sys_clk on the dra evm board is 20MHZ.
Changing the configuration for the same.
Signed-off-by: Sricharan R <r.sricharan at ti.com>
---
include/configs/dra7xx_evm.h | 4 ++++
include/configs/omap5_common.h | 1 -
include/configs/omap5_uevm.h | 3 +++
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index b142049..b0b0bda 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -38,4 +38,8 @@
#define CONFIG_CONS_INDEX 1
#define CONFIG_SYS_NS16550_COM1 UART1_BASE
#define CONFIG_BAUDRATE 115200
+
+/* Clock Defines */
+#define V_OSCK 20000000 /* Clock output from T2 */
+
#endif /* __CONFIG_DRA7XX_EVM_H */
diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h
index d57c0da..9fef21c 100644
--- a/include/configs/omap5_common.h
+++ b/include/configs/omap5_common.h
@@ -46,7 +46,6 @@
#define CONFIG_DISPLAY_BOARDINFO
/* Clock Defines */
-#define V_OSCK 19200000 /* Clock output from T2 */
#define V_SCLK V_OSCK
#define CONFIG_MISC_INIT_R
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h
index ba81e30..4f2d425 100644
--- a/include/configs/omap5_uevm.h
+++ b/include/configs/omap5_uevm.h
@@ -58,5 +58,8 @@
#define CONFIG_SYS_PROMPT "OMAP5430 EVM # "
+/* Clock Defines */
+#define V_OSCK 19200000 /* Clock output from T2 */
+
#define CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC 16296
#endif /* __CONFIG_OMAP5_EVM_H */
--
1.7.9.5
More information about the U-Boot
mailing list