From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 1 Dec 2015 09:27:59 +0100 Subject: [U-Boot] [PATCH] sunxi: usb: Rename the sunxi usb driver DM entry In-Reply-To: <1448903959-10289-1-git-send-email-marex@denx.de> References: <1448903959-10289-1-git-send-email-marex@denx.de> Message-ID: <565D5A0F.5060608@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 30-11-15 18:19, Marek Vasut wrote: > 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: Marek Vasut > Cc: Hans de Goede > Cc: Ian Campbell > Cc: Simon Glass Looks good to me: Reviewed-by: Hans de Goede Marek, do you want me to take this upstream through the u-boot-sunxi tree, or will you pick this up yourself ? Regards, Hans > --- > drivers/usb/host/ehci-sunxi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c > index 38d5f92..d494ca1 100644 > --- a/drivers/usb/host/ehci-sunxi.c > +++ b/drivers/usb/host/ehci-sunxi.c > @@ -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, >