Add a specific compatible string for the LAN9668 and deprecate the old one. Signed-off-by: Michael Walle <michael@xxxxxxxx> --- .../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