diff options
| author | Hannes Petermaier <[email protected]> | 2015-02-03 13:22:26 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-05 20:13:16 -0500 |
| commit | fbd5aeda481526c5c23cb913461378423bdb2137 (patch) | |
| tree | a44f29f8655bdeca02bbd980dcfdd5cb9a11caff /include/power | |
| parent | 1b7caf1123facf67816b03675952a5c700d0db9e (diff) | |
board/BuR/common: Take usage of am335x LCD-Display
a summary screen to the lcd.
Values are taken from environment and or devicetree blob.
Signed-off-by: Hannes Petermaier <[email protected]>
Diffstat (limited to 'include/power')
| -rw-r--r-- | include/power/tps65217.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/power/tps65217.h b/include/power/tps65217.h index 297c4cbd99a..93cbe36c472 100644 --- a/include/power/tps65217.h +++ b/include/power/tps65217.h @@ -73,6 +73,7 @@ enum { #define TPS65217_LDO_VOLTAGE_OUT_1_8 0x06 #define TPS65217_LDO_VOLTAGE_OUT_3_3 0x1F +#define TPS65217_PWR_OFF 0x80 #define TPS65217_PWR_SRC_USB_BITMASK 0x4 #define TPS65217_PWR_SRC_AC_BITMASK 0x8 |
