[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220630140237.692986-4-michael@walle.cc>
Date: Thu, 30 Jun 2022 16:02:36 +0200
From: Michael Walle <michael@...le.cc>
To: "David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Horatiu Vultur <horatiu.vultur@...rochip.com>
Cc: UNGLinuxDriver@...rochip.com, netdev@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Michael Walle <michael@...le.cc>
Subject: [PATCH net-next 3/4] net: lan966x: add new compatible microchip,lan9668-switch
The old generic compatible string is deprecated. Add the new specific
one.
Signed-off-by: Michael Walle <michael@...le.cc>
---
drivers/net/ethernet/microchip/lan966x/lan966x_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/microchip/lan966x/lan966x_main.c b/drivers/net/ethernet/microchip/lan966x/lan966x_main.c
index d611b52d3a07..adc5474041a6 100644
--- a/drivers/net/ethernet/microchip/lan966x/lan966x_main.c
+++ b/drivers/net/ethernet/microchip/lan966x/lan966x_main.c
@@ -35,6 +35,7 @@ static const struct lan966x_info lan9668_info = {
};
static const struct of_device_id lan966x_match[] = {
+ { .compatible = "microchip,lan9668-switch", .data = &lan9668_info },
{ .compatible = "microchip,lan966x-switch", .data = &lan9668_info },
{ }
};
--
2.30.2
Powered by blists - more mailing lists