Re: [PATCH v2 2/3] phy: Add driver for ST-Ericsson AB8500 USB PHY

2021-07-14 Thread Tom Rini
On Thu, Jul 08, 2021 at 08:33:49PM +0200, Stephan Gerhold wrote: > The AB8500 PMIC contains an USB PHY that needs to be set up in > device or host mode to make USB work properly. Add a simple driver > for the generic PHY uclass that allows enabling it. > > The if

Re: [PATCH v2 2/3] phy: Add driver for ST-Ericsson AB8500 USB PHY

2021-07-08 Thread Jaehoon Chung
On 7/9/21 3:33 AM, Stephan Gerhold wrote: > The AB8500 PMIC contains an USB PHY that needs to be set up in > device or host mode to make USB work properly. Add a simple driver > for the generic PHY uclass that allows enabling it. > > The if (CONFIG_IS_ENABLED(USB_MUSB_HOST)) might be a bit

[PATCH v2 2/3] phy: Add driver for ST-Ericsson AB8500 USB PHY

2021-07-08 Thread Stephan Gerhold
The AB8500 PMIC contains an USB PHY that needs to be set up in device or host mode to make USB work properly. Add a simple driver for the generic PHY uclass that allows enabling it. The if (CONFIG_IS_ENABLED(USB_MUSB_HOST)) might be a bit strange. The USB PHY must be configured in either host or