From patchwork Thu Oct 27 18:38:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 13022491 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CCF9FECAAA1 for ; Thu, 27 Oct 2022 18:40:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=W0IdgxjXqTikl5vHZIjkTxOTNIfjbrppq+bBz+DQYm0=; b=UOG320dchVG72f a7PUsotdg3w8fkhlwTcYL5MCPr6M7yYpXtoQ72NuoVjPtnG44CipYj+q4NpEkAaTW29Ep1fuBsmNv ksRgzJIKxb5GihhnUsUzVsFn7EAVA22rmIpUhIV1Mpufn7k50WPU+TXbRloBAuYoV312H0/gdTYAP JTQ7SMwddc9MGkphSZFPM4Sq1SgGSk4RbcAHGQU8qJpF+FRS1PyVNVuhcDIGatt9128la9oQVOzBu Q0cog1QIHILI9vkhOguIFVS2D79RVZ/c76ggt/+NzyUOuguflltC03dVQw2KmaZm7V2Kv7TBGxZcC y24NeyW20uyS619x5EqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oo7mC-00EXSJ-UF; Thu, 27 Oct 2022 18:38:49 +0000 Received: from phobos.denx.de ([85.214.62.61]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oo7mA-00EXRk-1F for linux-arm-kernel@lists.infradead.org; Thu, 27 Oct 2022 18:38:47 +0000 Received: from tr.lan (ip-86-49-120-218.bb.vodafone.cz [86.49.120.218]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 2A1BF85074; Thu, 27 Oct 2022 20:38:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1666895920; bh=Tf/cbDZ9Q5Ce6KX+w1BRbC6nv3pnp6lS/BCjql5rArM=; h=From:To:Cc:Subject:Date:From; b=qqbosoZzh73W1HjiX1RC/1ye/74nqcH+DCdYjwyB7I13wqyZ5fD9QHiMq7TnJxZUg 4/n0hW0xFFtAfQYSyU2Bh9PLPcBfwjinFuxxK1Tdkrc7ng1pcs6Q60ENNz4zsKB4bX CWmvvnptDlqOklVdP4IAFiFe8VX2sxjRsYWHbsCYpDTztozx1GWHdx+n+C++s9Qgc1 X2BhV8xz9H5HhVZdlhMbM/AEXNhpdDN24NQV8fxGWMP3Tq7lqWaqAsomYXdc7nqchX rXNbJIULpBmC9SWPcwiXy4eK/uvt0HR+td1TQCVlFsoaDqw3HEdcUDSbrzP8Xy7jyX KO1d/wdWjVb6g== From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Alexandre Torgue , linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH] ARM: dts: stm32: Rename mdio0 to mdio on DHCOR Testbench board Date: Thu, 27 Oct 2022 20:38:26 +0200 Message-Id: <20221027183826.43872-1-marex@denx.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221027_113846_347059_EDF5257C X-CRM114-Status: UNSURE ( 9.70 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Replace "mdio0" node with "mdio" to match mdio.yaml DT schema. Fixes: c8ce0dd75515b ("ARM: dts: stm32: Add DHCOR based Testbench board") Signed-off-by: Marek Vasut --- Cc: Alexandre Torgue Cc: linux-stm32@st-md-mailman.stormreply.com To: linux-arm-kernel@lists.infradead.org --- arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi b/arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi index c7dcee4ee3d1d..5fdb74b652aca 100644 --- a/arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi +++ b/arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi @@ -62,7 +62,7 @@ ðernet0 { max-speed = <1000>; phy-handle = <&phy0>; - mdio0 { + mdio { #address-cells = <1>; #size-cells = <0>; compatible = "snps,dwmac-mdio";