Re: [PATCH] ARM: dts: sun6i: mixtile-loftq: Add USB1 VBUS regulator

2023-04-11 Thread Andre Przywara
On Sun, 22 Jan 2023 17:50:19 -0600 Samuel Holland wrote: Hi, > This board is configured with CONFIG_USB1_VBUS_PIN="PH24", but no > regulator exists in its device tree. Add the regulator, so USB will > continue to work when the PHY driver switches to using the regulator > uclass instead of a GPIO

[PATCH] ARM: dts: sun6i: mixtile-loftq: Add USB1 VBUS regulator

2023-01-22 Thread Samuel Holland
This board is configured with CONFIG_USB1_VBUS_PIN="PH24", but no regulator exists in its device tree. Add the regulator, so USB will continue to work when the PHY driver switches to using the regulator uclass instead of a GPIO. Update the device tree here because it does not exist in Linux. Sign