Skip to content
Snippets Groups Projects
Commit 40c92082 authored by Marek Vasut's avatar Marek Vasut
Browse files

sunxi: usb: Rename the sunxi usb driver DM entry


The DM entry should be unique, otherwise it will collide with other
drivers. Fix this by assigning the driver a more unique name than
usb_ehci.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Ian Campbell <ijc@hellion.org.uk>
Cc: Simon Glass <sjg@chromium.org>
parent 04f37879
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ static const struct udevice_id ehci_usb_ids[] = {
{ }
};
U_BOOT_DRIVER(usb_ehci) = {
U_BOOT_DRIVER(ehci_sunxi) = {
.name = "ehci_sunxi",
.id = UCLASS_USB,
.of_match = ehci_usb_ids,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment