Re: [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs

2021-12-18 Thread Angus Ainslie
On 2021-12-17 09:45, Fabio Estevam wrote: On Fri, Dec 17, 2021 at 2:03 PM Adam Ford wrote: I didn't think Driver model was a requirement for SPL. That's my understanding as well. > I had problems getting the dwc3 to initialize properly when using the > device model in the SPL. I'm currentl

Re: [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs

2021-12-17 Thread Fabio Estevam
On Fri, Dec 17, 2021 at 2:03 PM Adam Ford wrote: > I didn't think Driver model was a requirement for SPL. That's my understanding as well. > > I had problems getting the dwc3 to initialize properly when using the > > device model in the SPL. I'm currently just using this in the SPL and > > the

Re: [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs

2021-12-17 Thread Adam Ford
On Fri, Dec 17, 2021 at 10:35 AM Angus Ainslie wrote: > > Hi Fabio, > > On 2021-12-17 08:28, Fabio Estevam wrote: > > Hi Angus, > > > > On Fri, Dec 17, 2021 at 12:21 PM Angus Ainslie wrote: > >> > >> Add the USB regs for SDP mode > >> > >> Signed-off-by: Angus Ainslie > >> --- > >> arch/arm/inc

Re: [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs

2021-12-17 Thread Angus Ainslie
Hi Fabio, On 2021-12-17 08:28, Fabio Estevam wrote: Hi Angus, On Fri, Dec 17, 2021 at 12:21 PM Angus Ainslie wrote: Add the USB regs for SDP mode Signed-off-by: Angus Ainslie --- arch/arm/include/asm/arch-imx8m/imx-regs.h | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/i

Re: [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs

2021-12-17 Thread Fabio Estevam
Hi Angus, On Fri, Dec 17, 2021 at 12:21 PM Angus Ainslie wrote: > > Add the USB regs for SDP mode > > Signed-off-by: Angus Ainslie > --- > arch/arm/include/asm/arch-imx8m/imx-regs.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h > b/arc