aboutsummaryrefslogtreecommitdiff
path: root/include/power
diff options
context:
space:
mode:
Diffstat (limited to 'include/power')
-rw-r--r--include/power/tps80031.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/power/tps80031.h b/include/power/tps80031.h
index c80692a8af6..983c841bfe3 100644
--- a/include/power/tps80031.h
+++ b/include/power/tps80031.h
@@ -12,6 +12,7 @@
/* Drivers name */
#define TPS80031_LDO_DRIVER "tps80031_ldo"
#define TPS80031_SMPS_DRIVER "tps80031_smps"
+#define TPS80031_RST_DRIVER "tps80031_rst"
#define TPS80031_SMPS_OFFSET 0xe0
#define TPS80031_OFFSET_FLAG BIT(0)
@@ -35,6 +36,10 @@
#define LDO_VOLT_MIN 1018000
#define LDO_VOLT_BASE 916000
+#define TPS80031_PHOENIX_DEV_ON 0x25
+#define SW_RESET BIT(6)
+#define DEVOFF BIT(0)
+
/* register groups */
enum {
CTRL,