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 C42ADC83F1A for ; Fri, 11 Jul 2025 07:55: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:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JCOrXCKgge6QOZkLglkzmUiuLURITUpakbtlFPV6PUU=; b=QcSd/lQe5XhuQ+7yFUHy5ebilq iUZoWFty8QxoeWtNwLIS8c277PlNU/1JNsmigWlRNjh4zAU9CHDTP76Sl6P6fkgZWvj6fEvrkkU/d U0IH09CI16qn4yub0lpJh9f7t3b9w5unBcYUyFjx4t8NiE6t+NAuQ+HKFrkUCJaPPLEEsX3ws6rmb qlT0EAHbLL7KInYK0LLUxcL4S/dJl0voK/XxCjCEsvhEtWPGNCGh12oJW724ORvv8rSeDq4xyy+ld g/aYA8uf5w/xzXB6nI7eV/vcA1fljyfIyxOFUlQe+KhvWMf/9kGJDYdJad+0oCa/BzyXsCyntCjo7 cXUz+ciQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1ua8bL-0000000E2s5-3pmG; Fri, 11 Jul 2025 07:55:23 +0000 Received: from mail-m16.yeah.net ([1.95.21.15]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1ua8HW-0000000DzZm-3rNi for linux-arm-kernel@lists.infradead.org; Fri, 11 Jul 2025 07:34:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=JCOrXCKgge6QOZkLglkzmUiuLURITUpakbtlFPV6PUU=; b=StSQw2gMDVcKBlj/kC6pXaz74v2b/6RJZmQOmPuvZ5U9poIWWbaLWyKnIREPGs 9xtId/de7VmDDL2cJ9fxdZQfq8pcFnrZjc09LVg5WMz0Mn86efAX/DE7uYulYou7 jb7d2wY0AP+uwA1AWfKZSQTrWHtK/v0smcIMAFAzUk+ZA= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgDnzyKKvnBopsxSAA--.57501S3; Fri, 11 Jul 2025 15:34:36 +0800 (CST) Date: Fri, 11 Jul 2025 15:34:34 +0800 From: Shawn Guo To: Ioana Ciornei Cc: Shawn Guo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: lx2160a-qds: add the two on-board RGMII PHYs Message-ID: References: <20250707153331.1372606-1-ioana.ciornei@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250707153331.1372606-1-ioana.ciornei@nxp.com> X-CM-TRANSID: Ms8vCgDnzyKKvnBopsxSAA--.57501S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUrwZ2UUUUU X-Originating-IP: [114.216.146.217] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiIQwJbmhwvoxSOQAA3L X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250711_003455_259549_F24AE161 X-CRM114-Status: UNSURE ( 6.34 ) 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 On Mon, Jul 07, 2025 at 06:33:31PM +0300, Ioana Ciornei wrote: > Describe the two LX2160AQDS on-board RGMII PHYs on their respective MDIO > buses behind the MDIO multiplexer. > > Signed-off-by: Ioana Ciornei Applied, thanks!