diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-05-07 10:25:59 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:34 +0200 |
commit | 5b547f3c20cc0d394f0bbab817e2a50d1a18235f (patch) | |
tree | 88ad9f5fd1182d0f91034db10e0074f4d328b8db /include/configs/mx53loco.h | |
parent | ed5157e8895a6bf59a8163329639e34db0702331 (diff) | |
download | u-boot-imx-5b547f3c20cc0d394f0bbab817e2a50d1a18235f.zip u-boot-imx-5b547f3c20cc0d394f0bbab817e2a50d1a18235f.tar.gz u-boot-imx-5b547f3c20cc0d394f0bbab817e2a50d1a18235f.tar.bz2 |
mx53loco: Add mc34708 support and set mx53 frequency at 1GHz
Add mc34708 support and set mx53 core frequency at its maximum value of 1GHz.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Jason Liu <r64343@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx53loco.h')
-rw-r--r-- | include/configs/mx53loco.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 8f43eec..87f6ed1 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -97,7 +97,9 @@ #define CONFIG_PMIC #define CONFIG_PMIC_I2C #define CONFIG_DIALOG_PMIC +#define CONFIG_PMIC_FSL #define CONFIG_SYS_DIALOG_PMIC_I2C_ADDR 0x48 +#define CONFIG_SYS_FSL_PMIC_I2C_ADDR 0x8 /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE |