mbox series

[0/2] net: dsa: mv88e6xxx: serdes link without phy

Message ID 20201013021858.20530-1-chris.packham@alliedtelesis.co.nz
Headers show
Series net: dsa: mv88e6xxx: serdes link without phy | expand

Message

Chris Packham Oct. 13, 2020, 2:18 a.m. UTC
This small series gets my hardware into a working state. The key points are to
make sure we don't force the link and that we ask the MAC for the link status.
I also have updated my dts to say `phy-mode = "1000base-x";` and `managed =
"in-band-status";`

Chris Packham (2):
  net: dsa: mv88e6xxx: Don't force link when using in-band-status
  net: dsa: mv88e6xxx: Support serdes ports on MV88E6097

 drivers/net/dsa/mv88e6xxx/chip.c | 68 +++++++++++++++++++++++++++++++-
 1 file changed, 66 insertions(+), 2 deletions(-)

Comments

Jakub Kicinski Oct. 15, 2020, 12:35 a.m. UTC | #1
On Tue, 13 Oct 2020 15:18:56 +1300 Chris Packham wrote:
> This small series gets my hardware into a working state. The key points are to

> make sure we don't force the link and that we ask the MAC for the link status.

> I also have updated my dts to say `phy-mode = "1000base-x";` and `managed =

> "in-band-status";`


Russell, Andrew, PHY folks - does this look good to you?