Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932602AbdHYN0q (ORCPT ); Fri, 25 Aug 2017 09:26:46 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:44107 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932201AbdHYN0o (ORCPT ); Fri, 25 Aug 2017 09:26:44 -0400 Date: Fri, 25 Aug 2017 15:26:30 +0200 From: Andrew Lunn To: Florian Fainelli Cc: Chen-Yu Tsai , Corentin Labbe , Maxime Ripard , Rob Herring , Mark Rutland , Russell King , Giuseppe Cavallaro , Alexandre Torgue , devicetree , linux-arm-kernel , linux-kernel , netdev Subject: Re: [PATCH v3 3/4] net: stmmac: register parent MDIO node for sun8i-h3-emac Message-ID: <20170825132630.GA28171@lunn.ch> References: <20170822181140.GA11596@Red> <352ae66b-78a4-e88b-4544-a8edd9390b0c@gmail.com> <20170823074942.yt3c5gvnmdw5pqge@flea.home> <20170824082124.GA14302@Red> <77ff97c1-9d0a-8b3f-d0b9-25c951f86fec@gmail.com> <3d74f0e3-9baf-195d-1e59-dbd8210b3c6f@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3d74f0e3-9baf-195d-1e59-dbd8210b3c6f@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 319 Lines: 10 > > Just tested. Yes the MDIO/MDC lines are also muxed and controlled through > > the same mux bit. > > Alright then the mdio-mux seems appropriate, thanks. Please add a comment that it muxes the MII lines as well. That is not normal for an mdio-mux, so we should document it in the dtsi file. Thanks Andrew