[U-Boot] [PATCH v9 31/49] dm: power: Allow regulators to be omitted from SPL
Simon Glass
sjg at chromium.org
Fri Jan 22 16:18:33 CET 2016
On 21 January 2016 at 19:43, Simon Glass <sjg at chromium.org> wrote:
> For some boards the pmic interface is useful but the regulator interface
> (which comes with it) is too large. Allow them to be separated such that
> SPL can decide which it needs.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v9: None
> Changes in v2: None
>
> drivers/power/pmic/Kconfig | 21 +++++++++++++++++++++
> drivers/power/pmic/pmic-uclass.c | 2 ++
> drivers/power/regulator/Kconfig | 9 +++++++++
> drivers/power/regulator/Makefile | 4 ++--
> 4 files changed, 34 insertions(+), 2 deletions(-)
Applied to u-boot-rockchip.
More information about the U-Boot
mailing list