Re: [U-Boot] [PATCH 2/4] power: regulator: Allow PWM regulator to be omitted from SPL.

2018-12-06 Thread Philipp Tomsich
On 06.12.2018, at 12:25, Christoph Muellner wrote: > > This patch allows to enable the PWM regulator driver > independent for U-Boot and SPL. > > Signed-off-by: Christoph Muellner Reviewed-by: Philipp Tomsich ___ U-Boot mailing list U-Boot@lists.d

[U-Boot] [PATCH 2/4] power: regulator: Allow PWM regulator to be omitted from SPL.

2018-12-06 Thread Christoph Muellner
This patch allows to enable the PWM regulator driver independent for U-Boot and SPL. Signed-off-by: Christoph Muellner --- drivers/power/regulator/Kconfig | 7 +++ drivers/power/regulator/Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/power/regulator/