[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220630140237.692986-3-michael@walle.cc>
Date: Thu, 30 Jun 2022 16:02:35 +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 2/4] dt-bindings: net: lan966x: add specific compatible string
Add a specific compatible string for the LAN9668 and deprecate the old
one.
Signed-off-by: Michael Walle <michael@...le.cc>
---
.../devicetree/bindings/net/microchip,lan966x-switch.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml
index dc116f14750e..efd6bbd51d68 100644
--- a/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml
+++ b/Documentation/devicetree/bindings/net/microchip,lan966x-switch.yaml
@@ -20,7 +20,10 @@ properties:
pattern: "^switch@[0-9a-f]+$"
compatible:
- const: microchip,lan966x-switch
+ oneOf:
+ - const: microchip,lan9668-switch
+ - const: microchip,lan966x-switch
+ deprecated: true
reg:
items:
--
2.30.2
Powered by blists - more mailing lists