Re: [U-Boot] [PATCH v2] mx25: fix the offset between the USB ports' registers

2018-07-16 Thread Fabio Estevam
Hi Martin, On Mon, Jul 16, 2018 at 5:24 AM, Martin Kaiser wrote: > diff --git a/arch/arm/include/asm/arch-mx25/imx-regs.h > b/arch/arm/include/asm/arch-mx25/imx-regs.h > index 1b00ed7..28cebeb 100644 > --- a/arch/arm/include/asm/arch-mx25/imx-regs.h > +++

[U-Boot] [PATCH v2] mx25: fix the offset between the USB ports' registers

2018-07-16 Thread Martin Kaiser
From: Martin Kaiser The USBOH module on imx25 chips contains two USB controllers which are called USB OTG Controller and USB Host Controller. Each one has its EHCI root hub. The OTG Controller's EHCI registers start at offset 0, the Host Controller's registers start at offset 0x400. We set