diff options
author | Stefano Babic <sbabic@denx.de> | 2011-10-08 10:59:20 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:32 +0200 |
commit | 5357265a62699e77ff6b78040d2a66833a48fc08 (patch) | |
tree | a0d4257e03637eba761078a086debe2a2fd6c60c /include/configs/mx51evk.h | |
parent | 5213d6e48e1f02beb65dfaf6c0f5ca5cdf742697 (diff) | |
download | u-boot-imx-5357265a62699e77ff6b78040d2a66833a48fc08.zip u-boot-imx-5357265a62699e77ff6b78040d2a66833a48fc08.tar.gz u-boot-imx-5357265a62699e77ff6b78040d2a66833a48fc08.tar.bz2 |
MX5: mx51evk: use new pmic driver
Switch to new pmic generic driver.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx51evk.h')
-rw-r--r-- | include/configs/mx51evk.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 0c10870..0d4ceb3 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -70,11 +70,15 @@ #define CONFIG_MXC_SPI -#define CONFIG_FSL_PMIC +/* PMIC Controller */ +#define CONFIG_PMIC +#define CONFIG_PMIC_SPI +#define CONFIG_PMIC_FSL #define CONFIG_FSL_PMIC_BUS 0 #define CONFIG_FSL_PMIC_CS 0 #define CONFIG_FSL_PMIC_CLK 2500000 #define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH) +#define CONFIG_FSL_PMIC_BITLEN 32 /* * MMC Configs |