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.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 E4D3DC49ED9 for ; Tue, 10 Sep 2019 18:50:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B0C322084D for ; Tue, 10 Sep 2019 18:50:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="GsyXS2zh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726926AbfIJSuk (ORCPT ); Tue, 10 Sep 2019 14:50:40 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:38804 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725880AbfIJSuj (ORCPT ); Tue, 10 Sep 2019 14:50:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=K7gTwV2bGPI9VgVWTVVCsc3vqVXKWzI7LqTOhvH5Taw=; b=GsyXS2zhEUUXMMzaa0vzW4Zgrm 3inPg6Z4+NvSqPBZ4yZHsuOPaGqjCIz0MPZZ8vzieT8e92ROo069MRUEOY91JX0UDaEnCLVaLdhmB +Pv/wmluHCJRKcKosccF5PqhQRlBgVivrLsw8GDAkLwZkKMgVFd2oa00a1ynPKuLu50o=; Received: from andrew by vps0.lunn.ch with local (Exim 4.89) (envelope-from ) id 1i7lDl-0003I0-PW; Tue, 10 Sep 2019 20:50:33 +0200 Date: Tue, 10 Sep 2019 20:50:33 +0200 From: Andrew Lunn To: tinywrkb Cc: Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Fabio Estevam , Sascha Hauer , Russell King , open list , Rob Herring , NXP Linux Team , Pengutronix Kernel Team , Shawn Guo , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Subject: Re: [PATCH] ARM: dts: imx6dl: SolidRun: add phy node with 100Mb/s max-speed Message-ID: <20190910185033.GD9761@lunn.ch> References: <20190910155507.491230-1-tinywrkb@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190910155507.491230-1-tinywrkb@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 10, 2019 at 06:55:07PM +0300, tinywrkb wrote: > Cubox-i Solo/DualLite carrier board has 100Mb/s magnetics while the > Atheros AR8035 PHY on the MicroSoM v1.3 CPU module is a 1GbE PHY device. > > Since commit 5502b218e001 ("net: phy: use phy_resolve_aneg_linkmode in > genphy_read_status") ethernet is broken on Cubox-i Solo/DualLite devices. Hi Tinywrkb You emailed lots of people, but missed the PHY maintainers :-( Are you sure this is the patch which broken it? Did you do a git bisect. Thanks Andrew