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 38639CAC59A for ; Thu, 18 Sep 2025 15:01:42 +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:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=q5MtCU+22UlC5zoZKZD7edxdpV1oiSlNyv+q04OL6Dw=; b=F30Fs2gBehRdBxWMGfumfbk9fh hvphGSH9GzATIt9wtAVueLyTZHyFPWUvYT9rnkJmsWogv4SVR5twGBZsq6lEwim4XCB4QK/rgDajK pvrHnwh3EwYKds1L4rMDS4l7RW6a9BUg1oUWWCiWbgNiEv9Zbke2dTXoQ6+Hdzh++KV4HFLZcqHPK r/0Q0x/FRw9jL2IQ9r0H5rhHK2wOGydMWwcLKBTZJSgDJWbGotTDmpYx/sWkvUaoYxpBD8YrbBTVE 8nllycRs1eoVydNz6TNaLv64Ws5i4BviAwH0K46bUqzC8aoP4mCXhTwlD2oOABTpEwFiWCFbB3V1Z neS1AEcg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uzG8d-00000000Fi1-0rb3; Thu, 18 Sep 2025 15:01:35 +0000 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uzG8a-00000000FhL-2LJy for linux-arm-kernel@lists.infradead.org; Thu, 18 Sep 2025 15:01:33 +0000 Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=[127.0.0.1]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uzG88-0007Qj-74; Thu, 18 Sep 2025 17:01:04 +0200 Message-ID: <09ffce72-e826-4126-8761-13efc689dee7@pengutronix.de> Date: Thu, 18 Sep 2025 17:01:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 3/3] arm64: dts: add Protonic PRT8ML board To: Andrew Lunn Cc: Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liam Girdwood , Mark Brown , Shengjiu Wang , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , Vladimir Oltean , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, David Jander , Lucas Stach , Oleksij Rempel References: <20250918-imx8mp-prt8ml-v2-0-3d84b4fe53de@pengutronix.de> <20250918-imx8mp-prt8ml-v2-3-3d84b4fe53de@pengutronix.de> <0f520191-7d9f-4800-a41e-a623b9335c9d@lunn.ch> From: Jonas Rebmann Content-Language: en-US In-Reply-To: <0f520191-7d9f-4800-a41e-a623b9335c9d@lunn.ch> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::77 X-SA-Exim-Mail-From: jre@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250918_080132_598727_2F7B12C6 X-CRM114-Status: GOOD ( 11.65 ) 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 Hi Andrew, On 2025-09-18 16:18, Andrew Lunn wrote: >> - Onboard T1 ethernet (10BASE-T1L+PoDL, 100BASE-T1+PoDL, 1000BASE-T1) > > Are these PHYs connected to the switch? It just seems odd you have a > switch with only one port connected to the outside world. yes, the 10BASE-T1L+PoDL and 100BASE-T1+PoDL are. We didn't get to test them, so I removed them from the devicetree. Regards, Jonas -- Pengutronix e.K. | Jonas Rebmann | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |