MLK-15013-1 ehci-mx6: Add i.MX8 OTG controller support
authorYe Li <ye.li@nxp.com>
Tue, 6 Jun 2017 04:03:24 +0000 (23:03 -0500)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:36:53 +0000 (02:36 +0800)
commitcf0dd3af4c1d6d96e7394da46258e19cf281c6f0
tree975982546ea47beadf589e1c1e181ae4dfe597a4
parent657f18f11d6863a601892ec3573c70256ab64d60
MLK-15013-1 ehci-mx6: Add i.MX8 OTG controller support

The i.MX8 has two USB controllers: USBOH and USB3. The USBOH reuses
previous i.MX6/7. It has same PHY IP as i.MX7ULP but NC registers
are same as i.MX7D. So add its support in ehci-mx6 driver.

Also the driver is updated to remove build warning for 64 bits CPU.

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/include/asm/arch-imx8/imx-regs.h
drivers/usb/host/Kconfig
drivers/usb/host/ehci-mx6.c