Re: [PATCH v2 3/3] hw/arm/fsl-imx6: Wire up USB controllers

2020-03-12 Thread Guenter Roeck
On Thu, Mar 12, 2020 at 01:29:34PM +, Peter Maydell wrote: > On Tue, 10 Mar 2020 at 21:04, Guenter Roeck wrote: > > > > With this patch, the USB controllers on 'sabrelite' are detected > > and can be used to boot the system. > > > > Signed-off-by: Guenter Roeck > > > +for (i = 0; i < FSL

Re: [PATCH v2 3/3] hw/arm/fsl-imx6: Wire up USB controllers

2020-03-12 Thread Peter Maydell
On Tue, 10 Mar 2020 at 21:04, Guenter Roeck wrote: > > With this patch, the USB controllers on 'sabrelite' are detected > and can be used to boot the system. > > Signed-off-by: Guenter Roeck > +for (i = 0; i < FSL_IMX6_NUM_USBS; i++) { > +static const int FSL_IMX6_USBn_IRQ[] = { > +

[PATCH v2 3/3] hw/arm/fsl-imx6: Wire up USB controllers

2020-03-10 Thread Guenter Roeck
With this patch, the USB controllers on 'sabrelite' are detected and can be used to boot the system. Signed-off-by: Guenter Roeck --- v2: Use USB PHY emulation hw/arm/fsl-imx6.c | 34 ++ include/hw/arm/fsl-imx6.h | 5 + 2 files changed, 39 insertions