From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752264AbcFCAqp (ORCPT ); Thu, 2 Jun 2016 20:46:45 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:58012 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751304AbcFCAqo (ORCPT ); Thu, 2 Jun 2016 20:46:44 -0400 Date: Fri, 3 Jun 2016 02:46:32 +0200 From: Andrew Lunn To: Rob Herring Cc: Pramod Kumar , Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , netdev@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, Kumar Gala , "David S. Miller" , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 2/7] DT: phy.txt: Add mdio-integrated-mux property Message-ID: <20160603004632.GB12165@lunn.ch> References: <1464701801-17243-1-git-send-email-pramod.kumar@broadcom.com> <1464701801-17243-3-git-send-email-pramod.kumar@broadcom.com> <20160602232703.GA17619@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160602232703.GA17619@rob-hp-laptop> 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 On Thu, Jun 02, 2016 at 06:27:03PM -0500, Rob Herring wrote: > On Tue, May 31, 2016 at 07:06:36PM +0530, Pramod Kumar wrote: > > This property is used by integrated MDIO multiplexer > > which has bus selection and mdio transaction generation logic, > > integrated inside. > > > > Signed-off-by: Pramod Kumar > > --- > > Documentation/devicetree/bindings/net/mdio-mux.txt | 9 ++++++++- > > 1 file changed, 8 insertions(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/net/mdio-mux.txt b/Documentation/devicetree/bindings/net/mdio-mux.txt > > index 491f5bd..b5ad83e 100644 > > --- a/Documentation/devicetree/bindings/net/mdio-mux.txt > > +++ b/Documentation/devicetree/bindings/net/mdio-mux.txt > > @@ -5,13 +5,20 @@ numbered uniquely in a device dependent manner. The nodes for an MDIO > > bus multiplexer/switch will have one child node for each child bus. > > > > Required properties: > > -- mdio-parent-bus : phandle to the parent MDIO bus. > > - #address-cells = <1>; > > - #size-cells = <0>; > > > > Optional properties: > > +- mdio-parent-bus : phandle to the parent MDIO bus. Should be used > > + if parent mdio bus is not part of multiplexer. > > You don't appear to be using this. When would you? He is moving it to optional. The mdio-mux-mmio and mdio-mux-gpio do however use it, which follow this binding. Andrew