From: Marek Vasut Date: Fri, 2 Apr 2021 11:07:59 +0000 (+0200) Subject: usb: ehci-mx6: Add fsl,imx7d-usb compatible string X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e87015ff05d49b8e18367d05658cc092b5f94cc8;p=u-boot.git usb: ehci-mx6: Add fsl,imx7d-usb compatible string Add new compatible string, used by some more up-to-date DTs. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic Cc: Ye Li Cc: uboot-imx --- diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c index d3308c60ee..28db593b7e 100644 --- a/drivers/usb/host/ehci-mx6.c +++ b/drivers/usb/host/ehci-mx6.c @@ -749,6 +749,7 @@ int ehci_usb_remove(struct udevice *dev) static const struct udevice_id mx6_usb_ids[] = { { .compatible = "fsl,imx27-usb" }, + { .compatible = "fsl,imx7d-usb" }, { } };