MLK-10783-5 usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible string
authorPeter Chen <peter.chen@freescale.com>
Thu, 30 Apr 2015 03:43:13 +0000 (11:43 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:05 +0000 (14:47 -0500)
Add "fsl,imx6ul-usbphy" compatible string

Signed-off-by: Peter Chen <peter.chen@freescale.com>
(cherry picked from commit dba30c6e41a9380b41715eca54792bfaa64693d0)

drivers/usb/phy/phy-mxs-usb.c

index 0670ee8..f51bf7b 100644 (file)
@@ -173,6 +173,7 @@ static const struct mxs_phy_data imx6ul_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, },