summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-04-20 20:07:42 +0200
committerSimon Glass <sjg@chromium.org>2015-05-14 18:49:37 -0600
commitaf41e8db26821ae65fa10c8c4689ccb39043878f (patch)
tree6fd25150cbc31bdb10b2881a4fbf544ae8c5d8e1 /Makefile
parent4d9057e82be11a862db411c4867e859fe0d4ca2a (diff)
downloadblackbird-obmc-uboot-af41e8db26821ae65fa10c8c4689ccb39043878f.tar.gz
blackbird-obmc-uboot-af41e8db26821ae65fa10c8c4689ccb39043878f.zip
dm: regulator: add implementation of driver model regulator uclass
This commit introduces the implementation of dm regulator API. Device tree support allows for auto binding. And by the basic uclass operations, it allows to driving the devices in a common way. For detailed informations, please look into the header file. Core files: - drivers/power/regulator-uclass.c - provides regulator common functions api - include/power/regulator.h - define all structures required by the regulator Changes: - new uclass-id: UCLASS_REGULATOR - new config: CONFIG_DM_REGULATOR Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cecb8fa067..1cdc4a1d26 100644
--- a/Makefile
+++ b/Makefile
@@ -645,7 +645,8 @@ libs-y += drivers/power/ \
drivers/power/fuel_gauge/ \
drivers/power/mfd/ \
drivers/power/pmic/ \
- drivers/power/battery/
+ drivers/power/battery/ \
+ drivers/power/regulator/
libs-y += drivers/spi/
libs-$(CONFIG_FMAN_ENET) += drivers/net/fm/
libs-$(CONFIG_SYS_FSL_DDR) += drivers/ddr/fsl/
OpenPOWER on IntegriCloud