From 91bfa2dca037019b61f7c2d51d0e19958cd37ca1 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 10 Jan 2017 07:09:10 -0800 Subject: i.MX: imx-usb-phy: Add VF610 OF compatiblity string From looking at analogous Linux driver code it seems that all of the differences between code "imx23-usbphy" and "vf610-usbphy" pertain to suspend/resume functionality, which shouldn't affetct Barebox. As a result this commit just adds a compatiblity string and no other code. Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- drivers/usb/imx/imx-usb-phy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/imx/imx-usb-phy.c b/drivers/usb/imx/imx-usb-phy.c index 9f46f8de6d..274153bd58 100644 --- a/drivers/usb/imx/imx-usb-phy.c +++ b/drivers/usb/imx/imx-usb-phy.c @@ -167,6 +167,8 @@ err_free: static __maybe_unused struct of_device_id imx_usbphy_dt_ids[] = { { .compatible = "fsl,imx23-usbphy", + }, { + .compatible = "fsl,vf610-usbphy", }, { /* sentinel */ }, -- cgit v1.2.3