Re: JH7110 dwc MAC support
- Reply: John F Carr : "Re: JH7110 dwc MAC support"
- In reply to: John F Carr : "Re: JH7110 dwc MAC support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jun 2024 20:00:01 UTC
John F Carr wrote: > Thanks. I tried putting your driver on the main (15-CURRENT) branch. > It attaches but does not seem to put anything on the wire. > I will try building your 14-based branch next. I use it with 15 branch myself. That github of mine is probably not in a coherent state. I recommend not using it for anything except for grabbing these network related files. > Is it correct to see a total of four PHYs in the dmesg output below? Yes, it is seen like that also on vendor's OS. Probably some sort of error message should appear somewhere during the boot if it's not working. One of the several things needed is the code for syscon pseudo device (starfive_syscon.c) that is used for the device memory access. It's already added to the mainline repository. It may be challenging to get it working at this stage since things needed are a bit scattered now, but network codes will hopefully be added to CURRENT after a little while. -jari s.