diff options
| author | Patrice Chotard <[email protected]> | 2025-01-30 17:35:43 +0100 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2025-02-11 09:00:42 +0100 |
| commit | 23542078ec9a49cfb35cc00a6715106afbf65627 (patch) | |
| tree | ee51d888aba0eba125656244cf805c59444e2168 /drivers/usb/dwc3/Makefile | |
| parent | 9de4b7e0a4c93128f28b19ad8a3a82421275418f (diff) | |
usb: dwc3-generic: Add STih407 support
Add STi glue logic to manage the DWC3 HC on STiH407
SoC family. It configures the internal glue logic and
syscfg registers.
Signed-off-by: Patrice Chotard <[email protected]>
Cc: Marek Vasut <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'drivers/usb/dwc3/Makefile')
| -rw-r--r-- | drivers/usb/dwc3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Makefile b/drivers/usb/dwc3/Makefile index a085c9d4628..985206eafe4 100644 --- a/drivers/usb/dwc3/Makefile +++ b/drivers/usb/dwc3/Makefile @@ -15,3 +15,4 @@ obj-$(CONFIG_USB_DWC3_UNIPHIER) += dwc3-uniphier.o obj-$(CONFIG_USB_DWC3_LAYERSCAPE) += dwc3-layerscape.o obj-$(CONFIG_USB_DWC3_PHY_OMAP) += ti_usb_phy.o obj-$(CONFIG_USB_DWC3_PHY_SAMSUNG) += samsung_usb_phy.o +obj-$(CONFIG_USB_DWC3_STI) += dwc3-generic-sti.o |
