From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7E2223DA7F7; Mon, 11 May 2026 13:29:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778506176; cv=none; b=H4Cud4rnI0BZwt2EIFEDURPcm8pL6Z+3ShiEo19lCgnL4Po6PxBtL7h/OgZMTC+KTt5tClUFNIiz2ESitRHc24Ma3RVtjRTm1G8ZDVWCb1ET+vRGlDFJHUwvYwgC+RC8XK15rN4nAMcKj15plWGp2c4pkozTEhDVbO6jr5m9VD0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778506176; c=relaxed/simple; bh=Mc0aqfVM8VIHOaO70RiSO+KqEsBBWzd/VPNTqwzcPls=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AdZLeM2yxfam7hEepfIoP0J3iduDcoobSWYa0gclPsZcuyaeEPjdwb5vVXGB04TEE5NQYbzGg/8vuvJqGcZK/I90ZdJDKc1Lw7sroau9xZ3YISN/YErofxWUxpsXjR+BfIKjPCCHyvEmA9QedcAoZjXQNiqho66RNffkrxFEhf8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=MJx4Q6js; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="MJx4Q6js" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=7Wy4jvhAkYWU+75UjFdapU9F9JHAgpepN1alzmqoBOY=; b=MJx4Q6jsCD7srZzQ4/uJLOZhqP g3QW+yawqBFesGDVOM7RWS3CjQVCwgQ7sFtn6UnpSY4eCIgMa/sQhpjhQSnVJyOJvOmb3GUVtvK78 smO7oXhwFzpwnm9oUAff0Qf5oGrDCeUYFXPqUsIEhFDQjc6CHSUbQ7hHUOe3nIP1Zpyg=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wMQhG-002MmR-Vk; Mon, 11 May 2026 15:29:22 +0200 Date: Mon, 11 May 2026 15:29:22 +0200 From: Andrew Lunn To: Vladimir Oltean Cc: Josua Mayer , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Frank Li , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Yazan Shhady , Mikhail Anikin , Alexander Dahl , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Conor Dooley , Krzysztof Kozlowski , netdev@vger.kernel.org Subject: Re: [PATCH v4 2/2] arm64: dts: imx8dxl: Add SolidRun SoM and HummingBoard Message-ID: <557f7332-42b4-49eb-85ea-76d141a2150f@lunn.ch> References: <20260511-imx8dxl-sr-som-v4-0-64381b3bf80d@solid-run.com> <20260511-imx8dxl-sr-som-v4-0-64381b3bf80d@solid-run.com> <20260511-imx8dxl-sr-som-v4-2-64381b3bf80d@solid-run.com> <20260511-imx8dxl-sr-som-v4-2-64381b3bf80d@solid-run.com> <20260511112438.4fxvhelf242emzft@skbuf> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260511112438.4fxvhelf242emzft@skbuf> On Mon, May 11, 2026 at 02:24:38PM +0300, Vladimir Oltean wrote: > On Mon, May 11, 2026 at 12:11:31PM +0200, Josua Mayer wrote: > > +&eqos { > > + /* delays are added by connected ethernet-switch cpu port */ > > + phy-mode = "rgmii"; For ethernet-phy combinations i'm pretty strict, but i'm more forgiving when switches are involved. If rx/tx-internal-delays-ps work, that would be better, but i'm willing to accept this, with the comment in place. Andrew