
22 May
2017
22 May
'17
4:48 p.m.
On Mon, May 22, 2017 at 11:38 AM, Jagan Teki jagannadh.teki@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