Re: [PATCH net-next 1/2] net: dsa: mv88e6xxx: 6161 uses global 2 for PHY access
Andrew Lunn writes: > Access to the internal PHYs of the 6161 and 6123 go through global 2 > SMI registers. Fix the ops structure. > > Signed-off-by: Andrew Lunn Reviewed-by: Vivien Didelot
[PATCH net-next 1/2] net: dsa: mv88e6xxx: 6161 uses global 2 for PHY access
Access to the internal PHYs of the 6161 and 6123 go through global 2 SMI registers. Fix the ops structure. Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6xxx/chip.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/ds