|
@@ -125,10 +125,16 @@ static const struct mxs_phy_data imx6sl_phy_data = {
|
|
|
MXS_PHY_NEED_IP_FIX,
|
|
|
};
|
|
|
|
|
|
+static const struct mxs_phy_data vf610_phy_data = {
|
|
|
+ .flags = MXS_PHY_DISCONNECT_LINE_WITHOUT_VBUS |
|
|
|
+ MXS_PHY_NEED_IP_FIX,
|
|
|
+};
|
|
|
+
|
|
|
static const struct of_device_id mxs_phy_dt_ids[] = {
|
|
|
{ .compatible = "fsl,imx6sl-usbphy", .data = &imx6sl_phy_data, },
|
|
|
{ .compatible = "fsl,imx6q-usbphy", .data = &imx6q_phy_data, },
|
|
|
{ .compatible = "fsl,imx23-usbphy", .data = &imx23_phy_data, },
|
|
|
+ { .compatible = "fsl,vf610-usbphy", .data = &vf610_phy_data, },
|
|
|
{ /* sentinel */ }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, mxs_phy_dt_ids);
|