]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: dsa: microchip: drop an outdated comment about SGMII support
authorMaxime Chevallier <maxime.chevallier@bootlin.com>
Tue, 24 Mar 2026 18:08:25 +0000 (19:08 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Mar 2026 01:55:19 +0000 (18:55 -0700)
SGMII support has been added to ksz9477, we can drop the comment saying
that it'll be added later.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://patch.msgid.link/20260324180826.524327-3-maxime.chevallier@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/microchip/ksz9477.c

index 30d8c0146bbb0e0405d9b0ea64163e2893d7f2fa..d3c23dcaea8caf13474c61a80b91c94c60933da0 100644 (file)
@@ -525,7 +525,7 @@ int ksz9477_r_phy(struct ksz_device *dev, u16 addr, u16 reg, u16 *data)
         * A fixed PHY can be setup in the device tree, but this function is
         * still called for that port during initialization.
         * For RGMII PHY there is no way to access it so the fixed PHY should
-        * be used.  For SGMII PHY the supporting code will be added later.
+        * be used.
         */
        if (!dev->info->internal_phy[addr]) {
                struct ksz_port *p = &dev->ports[addr];