diff options
| author | Fabio Estevam <[email protected]> | 2012-05-07 10:25:59 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-05-15 08:31:34 +0200 |
| commit | 5b547f3c20cc0d394f0bbab817e2a50d1a18235f (patch) | |
| tree | 88ad9f5fd1182d0f91034db10e0074f4d328b8db /include/configs | |
| parent | ed5157e8895a6bf59a8163329639e34db0702331 (diff) | |
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 <[email protected]>
Acked-by: Jason Liu <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Diffstat (limited to 'include/configs')
| -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 8f43eecdd3b..87f6ed1e2f6 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 |
