Re: [U-Boot] [PATCH v3 2/2] power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565

2019-07-14 Thread Tom Rini
On Thu, Jun 06, 2019 at 04:06:56PM +0530, Keerthy wrote: > Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565. These were missing > and the Makefile already assumes them to be defined. Add the corresponding > SPL config options. This enables the regulator support in SPL. > > Signed-off-by: Ke

[U-Boot] [PATCH v3 2/2] power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565

2019-06-06 Thread Keerthy
Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565. These were missing and the Makefile already assumes them to be defined. Add the corresponding SPL config options. This enables the regulator support in SPL. Signed-off-by: Keerthy --- Changes in v3: * As per Tom's comments added the SPL_