On Thu, Mar 12, 2020 at 05:05:25PM +, Peter Maydell wrote:
> On Thu, 12 Mar 2020 at 16:55, Guenter Roeck wrote:
> >
> > On Thu, Mar 12, 2020 at 01:19:41PM +, Peter Maydell wrote:
> > > On Tue, 10 Mar 2020 at 21:04, Guenter Roeck wrote:
> > > > diff --git a/hw/arm/fsl-imx6ul.c b/hw/arm/fsl
On Thu, 12 Mar 2020 at 16:55, Guenter Roeck wrote:
>
> On Thu, Mar 12, 2020 at 01:19:41PM +, Peter Maydell wrote:
> > On Tue, 10 Mar 2020 at 21:04, Guenter Roeck wrote:
> > > diff --git a/hw/arm/fsl-imx6ul.c b/hw/arm/fsl-imx6ul.c
> > > @@ -456,6 +467,28 @@ static void fsl_imx6ul_realize(Devic
On Thu, Mar 12, 2020 at 01:19:41PM +, Peter Maydell wrote:
> On Tue, 10 Mar 2020 at 21:04, Guenter Roeck wrote:
> >
> > IMX6UL USB controllers are quite similar to IMX7 USB controllers.
> > Wire them up the same way.
> >
> > The only real difference is that wiring up phy devices is necessary
>
On Tue, 10 Mar 2020 at 21:04, Guenter Roeck wrote:
>
> IMX6UL USB controllers are quite similar to IMX7 USB controllers.
> Wire them up the same way.
>
> The only real difference is that wiring up phy devices is necessary
> to avoid phy reset timeouts in the Linux kernel.
>
> Signed-off-by: Guente
IMX6UL USB controllers are quite similar to IMX7 USB controllers.
Wire them up the same way.
The only real difference is that wiring up phy devices is necessary
to avoid phy reset timeouts in the Linux kernel.
Signed-off-by: Guenter Roeck
---
v2: Use USB PHY emulation
hw/arm/fsl-imx6ul.c