]> git.baikalelectronics.ru Git - uboot.git/commit
net: phy: mscc: add support for VSC8502 in dual RGMII mode
authorVladimir Oltean <vladimir.oltean@nxp.com>
Mon, 27 Sep 2021 23:13:42 +0000 (02:13 +0300)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 23 Nov 2021 07:57:55 +0000 (09:57 +0200)
commit57a1501061ecda324b20d033bb027d8e73821229
treeac6dc65e316770ae454ca46f0b7164df51dea928
parent209faae639de0e4d3d907645a7e311980146b030
net: phy: mscc: add support for VSC8502 in dual RGMII mode

The VSC8502 is a Microchip (formerly Microsemi, formerly Vitesse)
dual port, gigabit Ethernet copper PHY which supports the MII, GMII and
RGMII MAC-side interfaces.

Of these, I could only test RGMII, and my board needed RGMII delays to
be applied by software, so I am able to confirm that this patch handles
that properly.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/phy/mscc.c