
22 Jan
2016
22 Jan
'16
4:18 p.m.
On 21 January 2016 at 19:43, Simon Glass sjg@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@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.