commit | 39f0ac9347ed825089181c4b57ea9326332e66c3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Dec 26 14:51:34 2013 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jan 02 17:16:51 2014 +0100 |
tree | 9444a3c24804dfe4de65e9db9a0646aec4bc5dc6 | |
parent | 3d622b78bdd6832f6fa8599aaf31de541bf04ea8 [diff] |
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>