We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ecdeb commit 03e6275Copy full SHA for 03e6275
drivers/usb/chipidea/ci_hdrc_imx.c
@@ -291,7 +291,8 @@ static int ci_hdrc_imx_probe(struct platform_device *pdev)
291
292
pdata.usb_phy = data->phy;
293
294
- if (of_device_is_compatible(np, "fsl,imx53-usb") && pdata.usb_phy &&
+ if ((of_device_is_compatible(np, "fsl,imx53-usb") ||
295
+ of_device_is_compatible(np, "fsl,imx51-usb")) && pdata.usb_phy &&
296
of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI) {
297
pdata.flags |= CI_HDRC_OVERRIDE_PHY_CONTROL;
298
data->override_phy_control = true;
0 commit comments