Other Parts Discussed in Thread: AM3352
Hi, There:
We design a board with AM3352, Marvell switch acting as a PHY to CPSW port 0.
I modify the code in the u-boot, the network is up and work.
I did similar modification in kernel code. The davinci_mdio detected there is a phy at phy[0]
[ 3.674072] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
[ 3.680297] davinci_mdio davinci_mdio.0: detected phy mask e0000ff8
[ 3.686920] phy 1410cb1 at 0 is registered
[ 3.691467] davinci_mdio.0: probed
[ 3.694946] davinci_mdio davinci_mdio.0: phy[0]: device 0:00, driver Marvell 88E6133
But when CPSW is up, it seems never did phy connect with the Marvell switch.
Can somebody tell me what did I do is wrong or what is missing?
Thank you!
Jin