summaryrefslogtreecommitdiff
path: root/include/axp809.h
diff options
context:
space:
mode:
authorSamuel Holland <[email protected]>2023-10-31 01:39:55 -0500
committerTom Rini <[email protected]>2025-04-28 12:45:44 -0600
commit01658ef333b9e1a92daa35de8f4052bed98e0d47 (patch)
tree2fc90ad964009d81450a737afb6da5d5a4a10a29 /include/axp809.h
parent0e71b2ee15797d47535c6eafc4b970051f2fae1c (diff)
gpio: axp: Remove virtual VBUS enable GPIO
Now that this functionality is modeled using the device tree and regulator uclass, the named GPIO is not referenced anywhere. Remove it, along with the rest of the support for AXP virtual GPIOs. Signed-off-by: Samuel Holland <[email protected]> Signed-off-by: Andre Przywara <[email protected]> Reviewed-by: Jernej Skrabec <[email protected]>
Diffstat (limited to 'include/axp809.h')
-rw-r--r--include/axp809.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/axp809.h b/include/axp809.h
index 71a7cb2aaa1..3bd71b3d1a3 100644
--- a/include/axp809.h
+++ b/include/axp809.h
@@ -47,10 +47,6 @@
#ifdef CONFIG_AXP809_POWER
#define AXP_POWER_STATUS 0x00
#define AXP_POWER_STATUS_ALDO_IN BIT(0)
-#define AXP_VBUS_IPSOUT 0x30
-#define AXP_VBUS_IPSOUT_DRIVEBUS (1 << 2)
-#define AXP_MISC_CTRL 0x8f
-#define AXP_MISC_CTRL_N_VBUSEN_FUNC (1 << 4)
#define AXP_GPIO0_CTRL 0x90
#define AXP_GPIO1_CTRL 0x92
#define AXP_GPIO_CTRL_OUTPUT_LOW 0x00 /* Drive pin low */