diff options
author | Felipe Balbi <balbi@ti.com> | 2014-12-22 16:26:14 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-13 11:53:39 -0500 |
commit | 8465d6a71a4d23365bfc730b0d5c0750c9721f44 (patch) | |
tree | a1abe62bbd1ae74056a59aae13bd15512c8ea926 /include/power | |
parent | 068ea0a8a8f8776142946ac684ec77bbf0704fa6 (diff) |
power: tps65218: define all valid VDD_MPU voltages
DCDC1 is used as VDD_MPU in all known boards,
let's define all other valid voltages for that
rail so it can be used by our boards.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/power')
-rw-r--r-- | include/power/tps65218.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/power/tps65218.h b/include/power/tps65218.h index f8f33b8b16b..63fc7b343f8 100644 --- a/include/power/tps65218.h +++ b/include/power/tps65218.h @@ -54,7 +54,10 @@ enum { #define TPS65218_MASK_ALL_BITS 0xFF +#define TPS65218_DCDC_VOLT_SEL_0950MV 0x0a #define TPS65218_DCDC_VOLT_SEL_1100MV 0x19 +#define TPS65218_DCDC_VOLT_SEL_1200MV 0x23 +#define TPS65218_DCDC_VOLT_SEL_1260MV 0x29 #define TPS65218_DCDC_VOLT_SEL_1330MV 0x30 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, |