From patchwork Thu Jun 30 14:02:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 12901921 X-Patchwork-Delegate: kuba@kernel.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81A65C433EF for ; Thu, 30 Jun 2022 14:19:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236899AbiF3OTQ (ORCPT ); Thu, 30 Jun 2022 10:19:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237367AbiF3OSC (ORCPT ); Thu, 30 Jun 2022 10:18:02 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCA0C50736; Thu, 30 Jun 2022 07:02:50 -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 CDA4C2224E; Thu, 30 Jun 2022 16:02:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1656597769; 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=3CR+PnyevN7pgniuldx+d+XwCOYJhZzOjzZDWONl6gI=; b=R02lbuCh2RmzAMQ4bLQsGfBhtYPwp6ltpBggNoL4dL04NWUS8Orjjp5OQuXDY/PaDwES34 Q3m3VvDI/gJ/AnOzjG4eFXo+Rny4MdpjHE03aTTKU9hkRieUYMb1HGeiFNv2A0TKlSo39u rIqkIEw2XnNfT/zYHQpayydWU7YxOyM= 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 4/4] ARM: dts: lan966x: use new microchip,lan9668-switch compatible Date: Thu, 30 Jun 2022 16:02:37 +0200 Message-Id: <20220630140237.692986-5-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 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org The old generic microchip,lan966x-switch compatible string was deprecated. Use the new one. Signed-off-by: Michael Walle --- arch/arm/boot/dts/lan966x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/lan966x.dtsi b/arch/arm/boot/dts/lan966x.dtsi index 48971d80c82c..da0657c57cdf 100644 --- a/arch/arm/boot/dts/lan966x.dtsi +++ b/arch/arm/boot/dts/lan966x.dtsi @@ -85,7 +85,7 @@ soc { ranges; switch: switch@e0000000 { - compatible = "microchip,lan966x-switch"; + compatible = "microchip,lan9668-switch"; reg = <0xe0000000 0x0100000>, <0xe2000000 0x0800000>; reg-names = "cpu", "gcb";