]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/axp818.h
rockchip: rk3368: add Sheep board
[people/ms/u-boot.git] / include / axp818.h
index f7f343a194ab630fc17b3b02e23f8ca366e02ee8..959774c76fa63333b8569efa4235fede2bc50f1b 100644 (file)
@@ -55,6 +55,9 @@
 #define AXP818_ALDO2_CTRL      0x29
 #define AXP818_ALDO3_CTRL      0x2a
 
+#define AXP818_SHUTDOWN                0x32
+#define AXP818_SHUTDOWN_POWEROFF       (1 << 7)
+
 /* For axp_gpio.c */
 #define AXP_POWER_STATUS               0x00
 #define AXP_POWER_STATUS_VBUS_PRESENT          (1 << 5)