[U-Boot] [PATCH v6 13/21] SabreSD: Enable DM_I2C and DM_PMIC
Fabio Estevam
festevam at gmail.com
Mon May 22 14:48:40 UTC 2017
On Mon, May 22, 2017 at 11:38 AM, Jagan Teki <jagannadh.teki at gmail.com> wrote:
> No, even the current source doesn't define CONFIG_CMD_PMIC - can you check?
But include/configs/mx6sabresd.h has:
/* PMIC */
#define CONFIG_POWER
#define CONFIG_POWER_I2C
#define CONFIG_POWER_PFUZE100
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
and the board file has the PMIC support, so this needs to be passed to
driver model.
Thanks
More information about the U-Boot
mailing list