embeddedTS / linux-lts

embeddedTS LTS Linux kernel trees. See https://github.com/embeddedTS/linux-lts/wiki for more information.
Other
2 stars 6 forks source link

TS-7670, TS-7400-V2: 6.6: Ethernet flapping issue returns #126

Open ts-kris opened 1 month ago

ts-kris commented 1 month ago

Despite finding the root cause and implementing a proper fix in 5.10 (0e138dfe10981e1064f76bd724883dde067a141e), something else changed with the PHY setup in 6.6. Unsure yet if it is the clock handling, or maybe reset control, more research is needed.

Note that, it was also found that in 6.6, the SMSC PHY driver was built as a module and not being loaded. Adding the driver as a builtin allowed for proper PHY detection, however, the issue still remained.