From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030377AbbKSXEN (ORCPT ); Thu, 19 Nov 2015 18:04:13 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:37759 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030188AbbKSXEM (ORCPT ); Thu, 19 Nov 2015 18:04:12 -0500 Date: Fri, 20 Nov 2015 00:04:08 +0100 From: Andrew Lunn To: Sergei Shtylyov Cc: David Daney , netdev@vger.kernel.org, "David S. Miller" , linux-kernel@vger.kernel.org, Florian Fainelli , David Daney , Lennert Buytenhek , Grant Likely Subject: Re: [PATCH] phylib: Make PHYs children of their MDIO bus, not the bus' parent. Message-ID: <20151119230408.GB5044@lunn.ch> References: <1440198963-20080-1-git-send-email-ddaney.cavm@gmail.com> <564E3659.1040709@cogentembedded.com> <20151119210651.GA5044@lunn.ch> <564E4014.3010702@cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <564E4014.3010702@cogentembedded.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > >What phy is it? > > Micrel KSZ8041RNLI for sh_eth, KSZ9031 for ravb. > > >Do you have phy DT properties in the MAC node? > > I have PHY subnodes (with props) in the MAC node. O.K, so this could be the same problems as https://lkml.org/lkml/2015/10/15/726 https://www.mail-archive.com/netdev@vger.kernel.org/msg83183.html We never got a resolution to that problem. It needs somebody with none working hardware to do some debugging to figure out exactly what is going on and why my idea to fix it does not work. Andrew