X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Faxp209.h;h=414f88a32c656707642019754f5184d7a37a7e58;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=30399a8d621c71f102059ce119566d695d2c74a8;hpb=2ffa0e87df3a7595f71d05782924ee83146d9fe7;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/axp209.h b/include/axp209.h index 30399a8..414f88a 100644 --- a/include/axp209.h +++ b/include/axp209.h @@ -76,7 +76,8 @@ enum axp209_reg { /* 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