Re: [PATCH net-next 4/6] net: dsa: mt7530: Add the support of MT7531 switch
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-12-11 19:27:16
Also in:
linux-devicetree, linux-mediatek, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-12-11 19:27:16
Also in:
linux-devicetree, linux-mediatek, lkml
Do you also hint at using the same number of parameters for mt7531_ind_c22_phy_read() and mt7531_ind_c45_phy_read()?
That is up to you. It just seems like your MDIO bus can do both C22 and C45. And somebody might connect an external C45 PHY, so you might as well support it. Andrew