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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77FAEC2D0EB for ; Mon, 30 Mar 2020 04:44:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5836220578 for ; Mon, 30 Mar 2020 04:44:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728320AbgC3Eop (ORCPT ); Mon, 30 Mar 2020 00:44:45 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:33056 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726788AbgC3Eoo (ORCPT ); Mon, 30 Mar 2020 00:44:44 -0400 Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id A906415C5482C; Sun, 29 Mar 2020 21:44:43 -0700 (PDT) Date: Sun, 29 Mar 2020 21:44:43 -0700 (PDT) Message-Id: <20200329.214443.1573923323943355565.davem@davemloft.net> To: philippe.schenker@toradex.com Cc: andrew@lunn.ch, f.fainelli@gmail.com, hkallweit1@gmail.com, linux@armlinux.org.uk, netdev@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, shawnguo@kernel.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org, silvan.murer@gmail.com, a.fatoum@pengutronix.de, s.hauer@pengutronix.de, o.rempel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH net-next v2 2/2] ARM: dts: apalis-imx6qdl: use rgmii-id instead of rgmii From: David Miller In-Reply-To: <20200325173425.306802-2-philippe.schenker@toradex.com> References: <20200325173425.306802-1-philippe.schenker@toradex.com> <20200325173425.306802-2-philippe.schenker@toradex.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 29 Mar 2020 21:44:44 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Philippe Schenker Date: Wed, 25 Mar 2020 18:34:25 +0100 > Until now a PHY-fixup in mach-imx set our rgmii timing correctly. For > the PHY KSZ9131 there is no PHY-fixup in mach-imx. To support this PHY > too, use rgmii-id. > For the now used KSZ9031 nothing will change, as rgmii-id is only > implemented and supported by the KSZ9131. > > Signed-off-by: Philippe Schenker Applied.