summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-12-26 14:51:34 -0200
committerStefano Babic <sbabic@denx.de>2014-01-02 17:16:51 +0100
commit39f0ac9347ed825089181c4b57ea9326332e66c3 (patch)
tree9444a3c24804dfe4de65e9db9a0646aec4bc5dc6 /include/configs/mx6_common.h
parent3d622b78bdd6832f6fa8599aaf31de541bf04ea8 (diff)
downloadtalos-obmc-uboot-39f0ac9347ed825089181c4b57ea9326332e66c3.tar.gz
talos-obmc-uboot-39f0ac9347ed825089181c4b57ea9326332e66c3.zip
mx6: soc: Add the required LDO ramp up delay
When changing LDO voltages we need to wait for the required amount of time for the voltage to settle. Also, as the timer is still not available when arch_cpu_init() is called, we need to call it later at board_postclk_init() phase. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 674bcd3f6d..514d634c0c 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -20,5 +20,6 @@
#define CONFIG_ARM_ERRATA_742230
#define CONFIG_ARM_ERRATA_743622
#define CONFIG_ARM_ERRATA_751472
+#define CONFIG_BOARD_POSTCLK_INIT
#endif
OpenPOWER on IntegriCloud