diff options
| author | Marek Vasut <[email protected]> | 2015-08-12 22:19:15 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2015-08-19 22:31:39 +0200 |
| commit | 7a1386f96bca550240670fa3461d3a0dc060aa01 (patch) | |
| tree | d58381a8f7f322e8e01e53ba4e150493a11c247c /drivers | |
| parent | f522f9475f86c27bc0dd8733d029833a3845d725 (diff) | |
usb: dwc2: Rename to dwc2_usb
This driver is not used only on exynos, but also on Altera SoCFPGA,
HiSilicon SoCs, RPi etc, so rename it accordingly to prevent confusion.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/host/dwc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/dwc2.c b/drivers/usb/host/dwc2.c index 7b291345f68..85236aeb2a4 100644 --- a/drivers/usb/host/dwc2.c +++ b/drivers/usb/host/dwc2.c @@ -1118,7 +1118,7 @@ static const struct udevice_id dwc2_usb_ids[] = { }; U_BOOT_DRIVER(usb_dwc2) = { - .name = "dwc2_exynos", + .name = "dwc2_usb", .id = UCLASS_USB, .of_match = dwc2_usb_ids, .ofdata_to_platdata = dwc2_usb_ofdata_to_platdata, |
