Re: [U-Boot] [PATCH v2] arm: samsung: goni: use the driver model for max8998

2017-01-04 Thread Minkyu Kang
Dear Jaehoon, On Tuesday, 3 January 2017, Jaehoon Chung wrote: > Remove the "ifndef CONFIG_DM_I2C". > Instead, use the driver model for max8998. > > Signed-off-by: Jaehoon Chung > > --- > Changelog on V2: > - Removes the CONFIG_DM_PMIC_MAX8998 > - Fixes the typo s/max8998_pmix/max8998_pmic > >

[U-Boot] [PATCH v2] arm: samsung: goni: use the driver model for max8998

2017-01-02 Thread Jaehoon Chung
Remove the "ifndef CONFIG_DM_I2C". Instead, use the driver model for max8998. Signed-off-by: Jaehoon Chung --- Changelog on V2: - Removes the CONFIG_DM_PMIC_MAX8998 - Fixes the typo s/max8998_pmix/max8998_pmic board/samsung/goni/goni.c | 61 +++ 1 fil