usb: dwc3: add Amlogic GXL & GXL DWC3 Glue
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 10 Sep 2020 08:48:13 +0000 (10:48 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 5 Oct 2020 15:59:45 +0000 (17:59 +0200)
commit46eddbc58f0d038df5fb51d6c27a989ba826a620
treee3957b9fbc378f7a6c8d0363b62606aa913f448c
parent4e7b0a3f2a3153f2e3a2247626c91ef225de3d57
usb: dwc3: add Amlogic GXL & GXL DWC3 Glue

The USB support was initialy done with a set of PHYs and dwc3-of-simple
because the architecture of the USB complex was not understood correctly
at the time (and proper documentation was missing...).

But with the G12A family, the USB complex was correctly understood and
implemented correctly.

This adds a proper driver for the glue, based on the G12A one, but with
enough changes to require a different driver in U-Boot.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/include/asm/arch-meson/usb-gx.h
drivers/usb/dwc3/Kconfig
drivers/usb/dwc3/Makefile
drivers/usb/dwc3/dwc3-meson-gxl.c [new file with mode: 0644]