]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit453bcf9ae48321f7034cdb70a766a3ef569d50f0
treee3957b9fbc378f7a6c8d0363b62606aa913f448c
parent99609a17249d091550bfe5e76045f32b4be333c3
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]