summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2021-04-02 13:07:59 +0200
committerMarek Vasut <[email protected]>2021-04-18 04:29:36 +0200
commite87015ff05d49b8e18367d05658cc092b5f94cc8 (patch)
treead30c1ff98954d0cb70166a6e4144348ea41d7ea
parent1aae8a35a202d4400adbb7780e1b384aa7aada37 (diff)
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 <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Peng Fan <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Ye Li <[email protected]> Cc: uboot-imx <[email protected]>
-rw-r--r--drivers/usb/host/ehci-mx6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c
index d3308c60ee6..28db593b7e3 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" },
{ }
};