Activity
From 11/20/2016 to 12/19/2016
12/14/2016
- TE 04:45 PM Software Development: RE: KSZ9031 phy support for the 3.2 kernel
- Hi Everyone,
Merging in the changes from the tag (mitysom_AM335XPSP_04.06.00.07) worked for us to limit the ethernet speeds for the phy.
I removed the phy fixup function that was being called.
To reduce the speeds I modified the phy...
12/13/2016
- JC 01:15 PM Software Development: RE: KSZ9031 phy support for the 3.2 kernel
- Looking at my JCI kernel branch it does show that it was before we added the micrel phy support. You mentioned we gave you a more updated version with micrel support?
Do you have the following commits in your kernel tree? If so then ... - TE 12:10 PM Software Development: RE: KSZ9031 phy support for the 3.2 kernel
- I haven't tried you're suggestions yet. I will be able to this afternoon.
The kernel source we're using is much further back on the development tree, here's my dmesg output when I boot.
root@jcimity335x:~# dmesg | grep -i phy
[ 0.1... - JC 10:57 AM Software Development: RE: KSZ9031 phy support for the 3.2 kernel
- Note to confirm the Micrel phy driver is getting loaded.
- JC 10:54 AM Software Development: RE: KSZ9031 phy support for the 3.2 kernel
- Timothy Entinger wrote:
> We are using a Critical Link BSP for the MitySOM using the AM335x and a baseboard that has the Micrel KSZ9031 ethernet phy on it. For a distro, we are using TI's old Arago distribution running the 3.2 kernel. S... - JC 09:44 AM Software Development: RE: KSZ9031 phy support for the 3.2 kernel
- I recently worked on this a bit.
Here are some u-boot patches to disable gigabit in u-boot. This won't affect linux as you've noticed.
http://support.criticallink.com/gitweb/?p=u-boot-mityarm-335x.git;a=commit;h=ae1697ccf66a6d57347...
We are using a Critical Link BSP for the MitySOM using the AM335x and a baseboard that has the Micrel KSZ9031 ethernet phy on it. For a distro, we are using TI's old Arago distribution running the 3.2 kernel. Support for the phy was no...