Sony CXD3222 OHCI i.LINK chips needs more DELAY before starting SCLK

when no devices are connected.
This commit is contained in:
Hidetoshi Shimokawa 2002-11-05 02:42:28 +00:00
parent 450ffb4427
commit 851c3ad031
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106439

View file

@ -494,7 +494,7 @@ int fwohci_init(struct fwohci_softc *sc, device_t dev)
#endif
OWRITE(sc, OHCI_HCCCTL, OHCI_HCC_LPS);
/* XXX wait for SCLK. */
DELAY(10000);
DELAY(100000);
reg = OREAD(sc, OHCI_BUS_OPT);
reg2 = reg | OHCI_BUSFNC;