mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
da37f006e7
commit
640ff60af7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue