From 09cbd3858f156e0461c0c939f23cf3c76ef95dcc Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 22 Jan 2023 17:46:22 -0600 Subject: gpio: axp/sunxi: Remove virtual VBUS detection GPIO Now that this functionality is modeled using the device tree and regulator uclass, the named GPIO is not referenced anywhere. Remove it. Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- include/axp221.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/axp221.h') diff --git a/include/axp221.h b/include/axp221.h index 8dfcc5b..32b988f 100644 --- a/include/axp221.h +++ b/include/axp221.h @@ -53,7 +53,6 @@ #ifdef CONFIG_AXP221_POWER #define AXP_POWER_STATUS 0x00 #define AXP_POWER_STATUS_ALDO_IN BIT(0) -#define AXP_POWER_STATUS_VBUS_PRESENT BIT(5) #define AXP_VBUS_IPSOUT 0x30 #define AXP_VBUS_IPSOUT_DRIVEBUS (1 << 2) #define AXP_MISC_CTRL 0x8f -- cgit v1.1