summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-23 15:39:02 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:27 -0600
commit30987ef10b50dc98027757d7dabf84fafc02f9e4 (patch)
treecd44749c14895621d0085fed16598244cd38f759 /scripts
parent6c69c7fb57be1e184126aa29782942243ced7421 (diff)
downloadblackbird-obmc-uboot-30987ef10b50dc98027757d7dabf84fafc02f9e4.tar.gz
blackbird-obmc-uboot-30987ef10b50dc98027757d7dabf84fafc02f9e4.zip
dm: power: Allow use of regulators in SPL
This functionality may be useful for setting up regulators early during boot. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.spl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index 6b32618a61..59d7fc843f 100644
--- a/scripts/Makefile.spl
+++ b/scripts/Makefile.spl
@@ -67,6 +67,7 @@ libs-y += fs/
libs-$(CONFIG_SPL_LED_SUPPORT) += drivers/led/
libs-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/
libs-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/ drivers/power/pmic/
+libs-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/regulator/
libs-$(CONFIG_SPL_MTD_SUPPORT) += drivers/mtd/
libs-$(CONFIG_SPL_NAND_SUPPORT) += drivers/mtd/nand/
libs-$(CONFIG_SPL_DRIVERS_MISC_SUPPORT) += drivers/misc/
OpenPOWER on IntegriCloud