summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2015-04-30 11:43:13 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 10:59:11 -0600
commitf38da9d9898a99ecc0f816c5a33afd9b8a9e12af (patch)
tree569a888259182a2139e58cac63b3f146a19a4580 /drivers/usb/phy
parentc8f1f2732df13cc462e72b113184d590681bb812 (diff)
MLK-10783-5 usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible string
Add "fsl,imx6ul-usbphy" compatible string Signed-off-by: Peter Chen <peter.chen@freescale.com> (cherry picked from commit dba30c6e41a9380b41715eca54792bfaa64693d0)
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/phy-mxs-usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c
index 8daacfadd300..73c8bb77d643 100644
--- a/drivers/usb/phy/phy-mxs-usb.c
+++ b/drivers/usb/phy/phy-mxs-usb.c
@@ -161,6 +161,7 @@ static const struct mxs_phy_data imx6sx_phy_data = {
};
static const struct of_device_id mxs_phy_dt_ids[] = {
+ { .compatible = "fsl,imx6ul-usbphy", .data = &imx6sx_phy_data, },
{ .compatible = "fsl,imx6sx-usbphy", .data = &imx6sx_phy_data, },
{ .compatible = "fsl,imx6sl-usbphy", .data = &imx6sl_phy_data, },
{ .compatible = "fsl,imx6q-usbphy", .data = &imx6q_phy_data, },