Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752675AbcD1XTf (ORCPT ); Thu, 28 Apr 2016 19:19:35 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:52621 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752286AbcD1XTe (ORCPT ); Thu, 28 Apr 2016 19:19:34 -0400 Date: Fri, 29 Apr 2016 01:19:31 +0200 From: Andrew Lunn To: "J.D. Schroeder" Cc: David Miller , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Grygorii.Strashko@linaro.org, jay.schroeder@garmin.com, ben.mccauley@garmin.com Subject: Re: [PATCH] net: davinci_mdio: Set of_node in the mdio bus Message-ID: <20160428231931.GB17679@lunn.ch> References: <1461595571-11438-1-git-send-email-Linux.HWI@garmin.com> <20160428.154410.1087934312951322476.davem@davemloft.net> <57228318.90600@garmin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57228318.90600@garmin.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 Content-Length: 328 Lines: 10 > Is there another way to be able to make the of_mdio_find_bus() call be able to > find the davinci mdio bus? I missed the first post, and i cannot find it in the archive. Can you explain what your problem is please. So long as you call of_mdiobus_register() passing the correct device node, it should all work. Andrew