Re: [PATCH] net: dsa: microchip: really look for phy-mode in port nodes

2020-09-24 Thread David Miller
From: Helmut Grohne Date: Thu, 24 Sep 2020 10:37:47 +0200 > The previous implementation failed to account for the "ports" node. The > actual port nodes are not child nodes of the switch node, but a "ports" > node sits in between. > > Fixes: edecfa98f602 ("net: dsa: microchip: look for phy-mode i

[PATCH] net: dsa: microchip: really look for phy-mode in port nodes

2020-09-24 Thread Helmut Grohne
The previous implementation failed to account for the "ports" node. The actual port nodes are not child nodes of the switch node, but a "ports" node sits in between. Fixes: edecfa98f602 ("net: dsa: microchip: look for phy-mode in port nodes") Signed-off-by: Helmut Grohne --- drivers/net/dsa/micr