From patchwork Thu Jun 30 14:02:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 1650794 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=walle.cc header.i=@walle.cc header.a=rsa-sha256 header.s=mail2016061301 header.b=AKQpvAMW; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4LYgSN0dP1z9s0w for ; Fri, 1 Jul 2022 00:19:16 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235999AbiF3OTL (ORCPT ); Thu, 30 Jun 2022 10:19:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54444 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237359AbiF3OSB (ORCPT ); Thu, 30 Jun 2022 10:18:01 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE6DC5072F; Thu, 30 Jun 2022 07:02:49 -0700 (PDT) Received: from mwalle01.kontron.local. (unknown [213.135.10.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 9D0F42224D; Thu, 30 Jun 2022 16:02:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1656597767; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=12Z1dZv/k/yp4l3O9HLH7NjySFJLvOxGysIjdKUevr8=; b=AKQpvAMWVQwCaE1ZFZAXrVaId7Qck7dGHqzTvkcDIcjrhcLRnIvEO9vNg0yGsISkBs9+BN P6L1CYp2ULKGDaSvQMVyjNpjiFIEpxQmfV9VA6DFKdyQlxpUn2NHSHFDnMgvIMn3Pf/pQW D/+h+G//ZN11p1qUyNEUJQoDU17NXSw= From: Michael Walle To: "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Horatiu Vultur Cc: UNGLinuxDriver@microchip.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Walle Subject: [PATCH net-next 2/4] dt-bindings: net: lan966x: add specific compatible string Date: Thu, 30 Jun 2022 16:02:35 +0200 Message-Id: <20220630140237.692986-3-michael@walle.cc> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220630140237.692986-1-michael@walle.cc> References: <20220630140237.692986-1-michael@walle.cc> MIME-Version: 1.0 X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add a specific compatible string for the LAN9668 and deprecate the old one. Signed-off-by: Michael Walle --- .../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: