diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx53evk.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 2033492..97ae2f2 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -59,8 +59,9 @@ #define CONFIG_SYS_I2C_SLAVE 0xfe /* PMIC Configs */ -#define CONFIG_FSL_PMIC -#define CONFIG_FSL_PMIC_I2C +#define CONFIG_PMIC +#define CONFIG_PMIC_I2C +#define CONFIG_PMIC_FSL #define CONFIG_SYS_FSL_PMIC_I2C_ADDR 8 /* MMC Configs */ |