net: lan966x: hardcode the number of external ports
authorMichael Walle <michael@walle.cc>
Mon, 4 Jul 2022 15:36:54 +0000 (17:36 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 6 Jul 2022 00:52:08 +0000 (17:52 -0700)
commite6fa930f73a15238f3cb0c204e2f786c919b815c
tree68d5d061ea19df73ff720cc02a98b38bdd4a934c
parent26c12725b462a4d39a8494554c9713d6fb86f6bd
net: lan966x: hardcode the number of external ports

Instead of counting the child nodes in the device tree, hardcode the
number of ports in the driver itself.  The counting won't work at all
if an ethernet port is marked as disabled, e.g. because it is not
connected on the board at all.

It turns out that the LAN9662 and LAN9668 use the same switching IP
with the same synthesis parameters. The only difference is that the
output ports are not connected. Thus, we can just hardcode the
number of physical ports to 8.

Fixes: db8bcaad5393 ("net: lan966x: add the basic lan966x driver")
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Link: https://lore.kernel.org/r/20220704153654.1167886-1-michael@walle.cc
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
drivers/net/ethernet/microchip/lan966x/lan966x_main.h