aboutsummaryrefslogtreecommitdiff
path: root/include/axp209.h
diff options
context:
space:
mode:
authorSamuel Holland2023-01-22 17:46:22 -0600
committerAndre Przywara2023-04-28 01:30:24 +0100
commit09cbd3858f156e0461c0c939f23cf3c76ef95dcc (patch)
tree11fb6be1f92aca9cfbcf486cbcbb587f2ab3208a /include/axp209.h
parent7d5b17cca626a45b8e414820044831470ae1b300 (diff)
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 <samuel@sholland.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'include/axp209.h')
-rw-r--r--include/axp209.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/axp209.h b/include/axp209.h
index 414f88a32c6..d8bf44f1fa6 100644
--- a/include/axp209.h
+++ b/include/axp209.h
@@ -77,7 +77,6 @@ enum axp209_reg {
#ifdef CONFIG_AXP209_POWER
#define AXP_POWER_STATUS 0x00
#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