]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sunxi/board.c
sunxi: usb: Do not call phy_probe from hcd code
[karo-tx-uboot.git] / board / sunxi / board.c
index be76e62d2a386ac255a87a140d20f8699b99dc67..d9f76913730fc3c06212e736209e157a83beab77 100644 (file)
@@ -510,6 +510,10 @@ int misc_init_r(void)
                }
        }
 
+       ret = sunxi_usb_phy_probe();
+       if (ret)
+               return ret;
+
 #if defined(CONFIG_MUSB_HOST) || defined(CONFIG_MUSB_GADGET)
        musb_register(&musb_plat, NULL, (void *)SUNXI_USB0_BASE);
 #endif