提交 7a1386f9 编写于 作者: M Marek Vasut

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: NMarek Vasut <marex@denx.de>
上级 f522f947
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册