summaryrefslogtreecommitdiffstats
path: root/include/power
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2016-06-07 08:31:16 +0200
committerTom Rini <trini@konsulko.com>2016-06-09 13:53:06 -0400
commit640ff60af7a36ba9649dc79be6d117c9c12429fe (patch)
treebee861b0f0388e64debb3fb80bf75c0b2af36c70 /include/power
parentda37f006e7c58860d03946b6387394b1ab9c13a4 (diff)
downloadblackbird-obmc-uboot-640ff60af7a36ba9649dc79be6d117c9c12429fe.tar.gz
blackbird-obmc-uboot-640ff60af7a36ba9649dc79be6d117c9c12429fe.zip
power, tps65217: add some defines
add the following defines, needed for the upcoming shc board support: Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/power')
-rw-r--r--include/power/tps65217.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/power/tps65217.h b/include/power/tps65217.h
index 93cbe36c47..69a49f76fe 100644
--- a/include/power/tps65217.h
+++ b/include/power/tps65217.h
@@ -65,7 +65,10 @@ enum {
#define TPS65217_USB_INPUT_CUR_LIMIT_1300MA 0x02
#define TPS65217_USB_INPUT_CUR_LIMIT_1800MA 0x03
+#define TPS65217_DCDC_VOLT_SEL_950MV 0x02
+#define TPS65217_DCDC_VOLT_SEL_1100MV 0x08
#define TPS65217_DCDC_VOLT_SEL_1125MV 0x09
+#define TPS65217_DCDC_VOLT_SEL_1200MV 0x0c
#define TPS65217_DCDC_VOLT_SEL_1275MV 0x0F
#define TPS65217_DCDC_VOLT_SEL_1325MV 0x11
OpenPOWER on IntegriCloud