RE: [PATCH] dt-bindings: Add bindings for mdio mux consumers

2019-02-21 Thread Pankaj Bansal
; netdev@vger.kernel.org > Subject: Re: [PATCH] dt-bindings: Add bindings for mdio mux consumers > > On Thu, Feb 21, 2019 at 12:59:19PM +, Pankaj Bansal wrote: > > When we use the bindings defined in > > Documentation/devicetree/bindings/mux > > to define mdio mu

Re: [PATCH] dt-bindings: Add bindings for mdio mux consumers

2019-02-21 Thread Andrew Lunn
On Thu, Feb 21, 2019 at 12:59:19PM +, Pankaj Bansal wrote: > When we use the bindings defined in Documentation/devicetree/bindings/mux > to define mdio mux in producer and consumer terms, it results in two > devices. one is mux producer and other is mux consumer. > > Add the bindings needed fo

[PATCH] dt-bindings: Add bindings for mdio mux consumers

2019-02-21 Thread Pankaj Bansal
When we use the bindings defined in Documentation/devicetree/bindings/mux to define mdio mux in producer and consumer terms, it results in two devices. one is mux producer and other is mux consumer. Add the bindings needed for Mdio mux consumer devices. Signed-off-by: Pankaj Bansal --- .../devi