forked from Minki/linux
766becee70
Init driver as 'arch_initcall()' does not work. It causes phy_create()
to be called before the phy module is initialized, so 'phy_class' is NULL,
the new phy isn't placed in the right class, and it cannot be found.
Change to 'module_init()' which works properly in this case.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mediatek,mt7621-pci-phy.txt | ||
pci-mt7621-phy.c | ||
TODO |