Re: [PATCH 1/3] power: regulator: Add a driver for the AXP USB power supply

2023-04-27 Thread Andre Przywara
On Sun, 22 Jan 2023 17:46:20 -0600 Samuel Holland wrote: > This driver reports the presence/absence of voltage on the PMIC's USB > VBUS pin. This information is used by the USB PHY driver. The > corresponding Linux driver uses the power supply class, which does not > exist in U-Boot.

[PATCH 1/3] power: regulator: Add a driver for the AXP USB power supply

2023-01-22 Thread Samuel Holland
This driver reports the presence/absence of voltage on the PMIC's USB VBUS pin. This information is used by the USB PHY driver. The corresponding Linux driver uses the power supply class, which does not exist in U-Boot. UCLASS_REGULATOR seems to be the closest match. Signed-off-by: Samuel Holland