
22 Apr
2015
22 Apr
'15
6:31 p.m.
On 20 April 2015 at 12:07, Przemyslaw Marczak p.marczak@samsung.com wrote:
This change enables the configs required to init and setup max77686 regulator driver, using the new driver model pmic and regulator API.
This commits enables:
- CONFIG_ERRNO_STR
- CONFIG_DM_PMIC
- CONFIG_DM_PMIC_CMD
- CONFIG_DM_PMIC_MAX77686
- CONFIG_DM_REGULATOR
- CONFIG_DM_REGULATOR_CMD
- CONFIG_DM_REGULATOR_MAX77686
And removes the unused:
- CONFIG_DM_I2C_COMPAT
- CONFIG_POWER
- CONFIG_POWER_I2C
- CONFIG_POWER_MAX77686
Signed-off-by: Przemyslaw Marczak p.marczak@samsung.com
Changes V2:
- config: enable dm i2c; cleanup
- remove CONFIG_DM_I2C_COMPAT
- enable regulator command
Changes V3:
- move options to defconfig
Changes V4:
- update commands config names
configs/odroid_defconfig | 8 +++++++- include/configs/odroid.h | 5 ----- 2 files changed, 7 insertions(+), 6 deletions(-)
Acked-by: Simon Glass sjg@chromium.org