]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
usb: dwc2: Rename to dwc2_usb
authorMarek Vasut <marex@denx.de>
Wed, 12 Aug 2015 20:19:15 +0000 (22:19 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 19 Aug 2015 20:31:39 +0000 (22:31 +0200)
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 <marex@denx.de>
drivers/usb/host/dwc2.c

index 7b291345f683ba7efcc4042a938da0b4652b6026..85236aeb2a48bc135248a46a12f4a9ae2d4c0a20 100644 (file)
@@ -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,