From mboxrd@z Thu Jan 1 00:00:00 1970 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 64767CE7A8B for ; Mon, 25 Sep 2023 00:51:29 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MhsMFFLuIVXkFdHoXraYgwsrg28c+WIFPqj8y12vJp4=; b=S/zCc+uYX5OilI Npu7L0yzG0+7FVERIJtPM5tQFzlTaz/uOVr7UHsNVtw1732KzA4E4EZgwgh7su1OP1RuHnhS95afV LeJnb8IgNBWp+yEvmEmBmiPGtlbYLqcgS4hecL7rcxLWiepH4Sfj7vpzyKmxeUuhBZPGLxOQycjOX S83UO0affl3SzCcM7/bDmV1bXHmSbJtetWWgif5/Dtx/87af0qN/CQZqnRIvXDQ89k3nU1fqA6I0P QoVwlo7+TTz/cLXRQbtcjdbOGAo6guCHOMhB9wjDMpneVb3jlEramuCcR4q5MG797whIPGym4mjrB 9fXKypJgreEgeVsIZzRA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkZod-00D2sy-2W; Mon, 25 Sep 2023 00:51:11 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkZoZ-00D2sH-05 for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 00:51:10 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 15A3B60BBB; Mon, 25 Sep 2023 00:51:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF22FC433C8; Mon, 25 Sep 2023 00:50:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695603063; bh=8cRkjTMTmv4RdoWAOU4dPn2va1FbWd9ZOBD/CgXDuuQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G8AT8ab7T0QoXxp1aE70TgDk8Ozh0Ex4JVN0f+UsPyolDWDBkbGxyFpDIi95cr+Z/ xDmz2JapBlNBseMTQY76eaisLIi9Pp99r7n17LShuXD2+FqXzBN6jqBH2sDF13gs3n bO91EFTmdGVK+0Lzqv1FpP2ul/w+VDBqAToVfXDU5yRcuQgoz3y0P+c5P3q3G/lFwO fxx8EP0lo4LF8LWxeZRth02MooM9MYi8RUQQcPxzLYePiYXGoneBtBwqJuTGguJMSd AXBjbhXR8PiKQbc8uwv0Fu7aLlATcCkKAMeReCJN+gQg9iQrlXQgY5TtaLUVs7w6Gx cv0Uy/9WYetIQ== Date: Mon, 25 Sep 2023 08:50:52 +0800 From: Shawn Guo To: Tim Harvey Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Vladimir Oltean Subject: Re: [PATCH v2] ARM: dts: imx6qdl-gw5904: add internal mdio nodes Message-ID: <20230925005052.GY7231@dragon> References: <20230828192615.1202078-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230828192615.1202078-1-tharvey@gateworks.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_175107_112346_758CB99B X-CRM114-Status: GOOD ( 12.78 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Aug 28, 2023 at 12:26:15PM -0700, Tim Harvey wrote: > Complete the switch definition by adding the internal mdio nodes. > > This does not change behavior on Linux but is required if the dt is used > for U-Boot which requires the internal PHY ports to be defined for > DSA. > > Signed-off-by: Tim Harvey > Reviewed-by: Vladimir Oltean Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel