Skip to content
Snippets Groups Projects
Commit cc73ba97 authored by Jean-Jacques Hiblot's avatar Jean-Jacques Hiblot Committed by Marek Vasut
Browse files

usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.


Add the compatibility with "ti,dwc3" and enable it by default if DM_USB
is enabled.

Signed-off-by: default avatarJean-Jacques Hiblot <jjhiblot@ti.com>
parent 103774b7
Branches
Tags
No related merge requests found
...@@ -24,6 +24,7 @@ config USB_XHCI_DWC3 ...@@ -24,6 +24,7 @@ config USB_XHCI_DWC3
config USB_XHCI_DWC3_OF_SIMPLE config USB_XHCI_DWC3_OF_SIMPLE
bool "DesignWare USB3 DRD Generic OF Simple Glue Layer" bool "DesignWare USB3 DRD Generic OF Simple Glue Layer"
depends on DM_USB depends on DM_USB
default y if DRA7XX
help help
Support USB2/3 functionality in simple SoC integrations with Support USB2/3 functionality in simple SoC integrations with
USB controller based on the DesignWare USB3 IP Core. USB controller based on the DesignWare USB3 IP Core.
......
...@@ -95,6 +95,7 @@ static int dwc3_of_simple_remove(struct udevice *dev) ...@@ -95,6 +95,7 @@ static int dwc3_of_simple_remove(struct udevice *dev)
static const struct udevice_id dwc3_of_simple_ids[] = { static const struct udevice_id dwc3_of_simple_ids[] = {
{ .compatible = "amlogic,meson-gxl-dwc3" }, { .compatible = "amlogic,meson-gxl-dwc3" },
{ .compatible = "ti,dwc3" },
{ } { }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment