commit | 49d4bf0ae21897355fb7124739dee8317322654e | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Thu Feb 14 10:01:50 2019 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 13 09:14:35 2019 +0100 |
tree | 2ef3c164e5ddb9fe5f28050c1c0b6dcd43ee0a38 | |
parent | 28391c9570ae4cd4838906bcc82b7f8f0f463c60 [diff] |
pico-imx6ul: Convert to DM_PMIC Convert to use DM_PMIC for the PFUZE3000. Since this PMIC is under an I2C bus, conver to DM_I2C as well. Also, since I2C is not used in SPL, remove CONFIG_SPL_I2C_SUPPORT to avoid build warnings. Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>