diff options
author | Anatolij Gustschin | 2019-03-18 23:29:45 +0100 |
---|---|---|
committer | Stefano Babic | 2019-04-13 20:30:09 +0200 |
commit | ec837c82d7093140d834ff17995ec0a5417e88aa (patch) | |
tree | 5635b9033206d4a8316bf47233fcf458ff81ed4e /include/configs/wandboard.h | |
parent | f99cd5a787208227e665a76002322a17fad2f1b2 (diff) |
imx6: wandboard: convert to DM_PMIC
Enable DM_PMIC_PFUZE100 driver and add PMIC description to DTS.
Rework power_init_board() code.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs/wandboard.h')
-rw-r--r-- | include/configs/wandboard.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 13a9fd24501..aeb66ad454b 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -40,12 +40,6 @@ #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ #define CONFIG_SYS_I2C_SPEED 100000 -/* PMIC */ -#define CONFIG_POWER -#define CONFIG_POWER_I2C -#define CONFIG_POWER_PFUZE100 -#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 - /* MMC Configuration */ #define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |