Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git] / include / axp209.h
index f4f1b2f..414f88a 100644 (file)
@@ -74,8 +74,10 @@ enum axp209_reg {
 #define AXP209_POWEROFF                        BIT(7)
 
 /* For axp_gpio.c */
+#ifdef CONFIG_AXP209_POWER
 #define AXP_POWER_STATUS               0x00
-#define AXP_POWER_STATUS_VBUS_PRESENT  BIT(5)
+#define AXP_POWER_STATUS_ALDO_IN               BIT(0)
+#define AXP_POWER_STATUS_VBUS_PRESENT          BIT(5)
 #define AXP_GPIO0_CTRL                 0x90
 #define AXP_GPIO1_CTRL                 0x92
 #define AXP_GPIO2_CTRL                 0x93
@@ -84,3 +86,4 @@ enum axp209_reg {
 #define AXP_GPIO_CTRL_INPUT            0x02 /* Input */
 #define AXP_GPIO_STATE                 0x94
 #define AXP_GPIO_STATE_OFFSET          4
+#endif