mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Move imx6_usbphy to SUPPORTDEV, massage associated comment
No objections from: ian
This commit is contained in:
parent
5f43f310c6
commit
458915bfae
1 changed files with 3 additions and 3 deletions
|
|
@ -202,9 +202,9 @@ static devclass_t usbphy_devclass;
|
|||
|
||||
/*
|
||||
* This driver needs to start before the ehci driver, but later than the usual
|
||||
* "special" drivers like clocks and cpu. Ehci starts at DEFAULT so
|
||||
* DEFAULT-1000 seems good.
|
||||
* "special" drivers like clocks and cpu. Ehci starts at DEFAULT so SUPPORTDEV
|
||||
* is where this driver fits most.
|
||||
*/
|
||||
EARLY_DRIVER_MODULE(usbphy, simplebus, usbphy_driver, usbphy_devclass, 0, 0,
|
||||
BUS_PASS_DEFAULT - 1000);
|
||||
BUS_PASS_SUPPORTDEV + BUS_PASS_ORDER_MIDDLE);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue