From c02ffea7c44f827a746654442a8e74b9fcc1d19e Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 12 Aug 2015 22:19:15 +0200 Subject: [PATCH] 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 --- drivers/usb/host/dwc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/dwc2.c b/drivers/usb/host/dwc2.c index 7b291345f6..85236aeb2a 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, -- 2.39.5