mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v1 1/2] net: ksz9477: add support for ksz9893 switch
@ 2023-08-11 11:53 Oleksij Rempel
  2023-08-11 11:53 ` [PATCH v1 2/2] net: ksz9477: do not advertise EEE support Oleksij Rempel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Oleksij Rempel @ 2023-08-11 11:53 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

Add support for Microchip KSZ9893 switch. No additional changes seems to
be needed.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 drivers/net/ksz9477.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ksz9477.c b/drivers/net/ksz9477.c
index 61142aa97b..a6a8144479 100644
--- a/drivers/net/ksz9477.c
+++ b/drivers/net/ksz9477.c
@@ -476,6 +476,7 @@ static const struct of_device_id microchip_switch_dt_ids[] = {
 	{ .compatible = "microchip,ksz8563" },
 	{ .compatible = "microchip,ksz9477" },
 	{ .compatible = "microchip,ksz9563" },
+	{ .compatible = "microchip,ksz9893" },
 	{ }
 };
 MODULE_DEVICE_TABLE(of, microchip_switch_dt_ids);
-- 
2.39.2




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-14  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11 11:53 [PATCH v1 1/2] net: ksz9477: add support for ksz9893 switch Oleksij Rempel
2023-08-11 11:53 ` [PATCH v1 2/2] net: ksz9477: do not advertise EEE support Oleksij Rempel
2023-08-11 12:50 ` [PATCH v1 1/2] net: ksz9477: add support for ksz9893 switch Ahmad Fatoum
2023-08-14  5:54 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox