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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 B915EC43381 for ; Tue, 19 Feb 2019 16:52:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8BA6A217D9 for ; Tue, 19 Feb 2019 16:52:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728872AbfBSQwg (ORCPT ); Tue, 19 Feb 2019 11:52:36 -0500 Received: from muru.com ([72.249.23.125]:39636 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726321AbfBSQwg (ORCPT ); Tue, 19 Feb 2019 11:52:36 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5805780B6; Tue, 19 Feb 2019 16:52:45 +0000 (UTC) Date: Tue, 19 Feb 2019 08:52:31 -0800 From: Tony Lindgren To: Peter Ujfalusi Cc: bcousson@baylibre.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, nsekhar@ti.com, grygorii.strashko@ti.com, vkoul@kernel.org, netdev@vger.kernel.org, f.fainelli@gmail.com, marc.w.gonzalez@free.fr, niklas.cassel@linaro.org Subject: Re: [PATCH 0/2] ARM: dts: am335x-evm/evmsk: Fix PHY mode for ethernet Message-ID: <20190219165231.GK15711@atomide.com> References: <20190218143629.28392-1-peter.ujfalusi@ti.com> <20190218144430.GE15711@atomide.com> <20190218162613.GH15711@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org * Peter Ujfalusi [190219 08:02]: > On 18/02/2019 18.26, Tony Lindgren wrote: > > OK so sounds like these are OK to wait for v5.1 merge window > > then as the dts changes alone won't fix anything? > > I think it would be better to send these to 5.0 to avoid the regression > siting in linux-next. > > The patches are actually doing to the correct thing (we need rgmii-id, > not rmgii-txid for these boards). > It was just a matter of luck that it worked with rgmii-txid as the > driver was broken and did not disabled the rxid when it should have. OK applying into omap-for-v5.0/fixes-v2. I'll send a pull request on Thursday most likely then, let's see if it makes it for v5.0. Regards, Tony