Message ID | 20240528073147.3604083-1-alexander.sverdlin@siemens.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 126913479e88e7e0114efe380d2437cc70d9dc05 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: dsa: lan9303: imply SMSC_PHY | expand |
On Tue, May 28, 2024 at 09:31:13AM +0200, A. Sverdlin wrote: > From: Alexander Sverdlin <alexander.sverdlin@siemens.com> > > Both LAN9303 and LAN9354 have internal PHYs on both external ports. > Therefore a configuration without SMSC PHY support is non-practical at > least and leads to: > > LAN9303_MDIO 8000f00.mdio:00: Found LAN9303 rev. 1 > mdio_bus 8000f00.mdio:00: deferred probe pending: (reason unknown) > > Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 28 May 2024 09:31:13 +0200 you wrote: > From: Alexander Sverdlin <alexander.sverdlin@siemens.com> > > Both LAN9303 and LAN9354 have internal PHYs on both external ports. > Therefore a configuration without SMSC PHY support is non-practical at > least and leads to: > > LAN9303_MDIO 8000f00.mdio:00: Found LAN9303 rev. 1 > mdio_bus 8000f00.mdio:00: deferred probe pending: (reason unknown) > > [...] Here is the summary with links: - [net-next] net: dsa: lan9303: imply SMSC_PHY https://git.kernel.org/netdev/net-next/c/126913479e88 You are awesome, thank you!
diff --git a/drivers/net/dsa/Kconfig b/drivers/net/dsa/Kconfig index 3092b391031a8..8508b5145bc14 100644 --- a/drivers/net/dsa/Kconfig +++ b/drivers/net/dsa/Kconfig @@ -102,6 +102,7 @@ config NET_DSA_SMSC_LAN9303 tristate select NET_DSA_TAG_LAN9303 select REGMAP + imply SMSC_PHY help This enables support for the Microchip LAN9303/LAN9354 3 port ethernet switch chips.