Re: [PATCH 3/3] gpio: axp/sunxi: Remove virtual VBUS detection GPIO

2023-04-27 Thread Andre Przywara
On Sun, 22 Jan 2023 17:46:22 -0600 Samuel Holland wrote: > 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 There is indeed no config left that would set AXP0-VBUS-DETECT

[PATCH 3/3] gpio: axp/sunxi: Remove virtual VBUS detection GPIO

2023-01-22 Thread Samuel Holland
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 --- arch/arm/include/asm/arch-sunxi/gpio.h | 1 - drivers/gpio/axp_gpio.c| 21 - drivers/gp