phy: meson-gxl: remove invalid USB3 PHY driver
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 10 Sep 2020 08:48:15 +0000 (10:48 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 5 Oct 2020 15:59:45 +0000 (17:59 +0200)
commit66d942740307e8199e0671bf667629cb9511436a
tree962ce51e62a76871bc70b42741dbd5483a03aa00
parent7ccc73773fb58efe710ccb1f9e855e73cf8b0b9d
phy: meson-gxl: remove invalid USB3 PHY driver

The registers which are managed by the meson-gxl-usb3 PHY driver are
actually "USB control" registers (which are "glue" registers which
manage OTG detection and routing of the OTG capable port between the
DWC2 peripheral-only controller and the DWC3 host-only controller).

Drop the meson-gxl-usb3 PHY driver now that the dwc3-meson-gxl-usb
driver supports the USB control registers on GXL and GXM SoCs (these
were previously managed by the meson-gxl-usb3 PHY driver).

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/include/asm/arch-meson/usb-gx.h
drivers/phy/Makefile
drivers/phy/meson-gxl-usb3.c [deleted file]