Re: [U-Boot] [PATCH 1/3] power: pmic: add the max8998 controller for DM

2016-12-17 Thread Simon Glass
On 15 December 2016 at 02:21, Jaehoon Chung wrote: > Add the max8998 controller for Driver model. > Samsung S5P series are using max8998 pmic controller. > In future, it should be supported the regulator framework. > > Signed-off-by: Jaehoon Chung > --- > drivers/power/pmic/Kconfig | 7 +

Re: [U-Boot] [PATCH 1/3] power: pmic: add the max8998 controller for DM

2016-12-17 Thread Minkyu Kang
Hi, On 15 December 2016 at 18:21, Jaehoon Chung wrote: > Add the max8998 controller for Driver model. > Samsung S5P series are using max8998 pmic controller. > In future, it should be supported the regulator framework. > > Signed-off-by: Jaehoon Chung > --- > drivers/power/pmic/Kconfig | 7

[U-Boot] [PATCH 1/3] power: pmic: add the max8998 controller for DM

2016-12-15 Thread Jaehoon Chung
Add the max8998 controller for Driver model. Samsung S5P series are using max8998 pmic controller. In future, it should be supported the regulator framework. Signed-off-by: Jaehoon Chung --- drivers/power/pmic/Kconfig | 7 + drivers/power/pmic/Makefile | 1 + drivers/power/pmic/max8998.