diff options
author | Robin Gong <b38343@freescale.com> | 2014-09-17 14:46:13 +0800 |
---|---|---|
committer | Robin Gong <b38343@freescale.com> | 2014-09-30 11:55:43 +0800 |
commit | e28661b64230b913978ea1090d7d744cc34ea1a7 (patch) | |
tree | 67f9e259e945b2228121154457a4397078fac3c9 /arch | |
parent | 54ce83204fc1d52819dc5fc6b2c7d3e050df6158 (diff) | |
download | u-boot-imx-e28661b64230b913978ea1090d7d744cc34ea1a7.zip u-boot-imx-e28661b64230b913978ea1090d7d744cc34ea1a7.tar.gz u-boot-imx-e28661b64230b913978ea1090d7d744cc34ea1a7.tar.bz2 |
MLK-9640 ARM: imx6sx: enable ldo-bypass on mx6sxsabresd board
enable ldo-bypass check on all mx6sxsabresd boards.
Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index aab2582..d7c109e 100644 --- a/arch/arm/cpu/armv7/mx6/soc.c +++ b/arch/arm/cpu/armv7/mx6/soc.c @@ -912,7 +912,7 @@ void prep_anatop_bypass(void) */ if (!arm_orig_podf) set_arm_freq_400M(true); -#ifndef CONFIG_MX6DL +#if !defined(CONFIG_MX6DL) && !defined(CONFIG_MX6SX) set_ldo_voltage(LDO_ARM, 975); #else set_ldo_voltage(LDO_ARM, 1150); |