Re: [PATCH 1/4] dt-bindings: allow up to four clocks for orion-mdio

2019-07-17 Thread Andrew Lunn
On Tue, Jul 09, 2019 at 04:03:28PM -0600, Rob Herring wrote: > On Mon, Jul 8, 2019 at 8:41 PM Andrew Lunn wrote: > > > > > > Optional properties: > > > > - interrupts: interrupt line number for the SMI error/done interrupt > > > > -- clocks: phandle for up to three required clocks for the MDIO i

Re: [PATCH 1/4] dt-bindings: allow up to four clocks for orion-mdio

2019-07-09 Thread Rob Herring
On Mon, Jul 8, 2019 at 8:41 PM Andrew Lunn wrote: > > > > Optional properties: > > > - interrupts: interrupt line number for the SMI error/done interrupt > > > -- clocks: phandle for up to three required clocks for the MDIO instance > > > +- clocks: phandle for up to four required clocks for the

Re: [PATCH 1/4] dt-bindings: allow up to four clocks for orion-mdio

2019-07-08 Thread Andrew Lunn
> > Optional properties: > > - interrupts: interrupt line number for the SMI error/done interrupt > > -- clocks: phandle for up to three required clocks for the MDIO instance > > +- clocks: phandle for up to four required clocks for the MDIO instance > > This needs to enumerate exactly what the

Re: [PATCH 1/4] dt-bindings: allow up to four clocks for orion-mdio

2019-07-08 Thread Rob Herring
On Sat, Jul 6, 2019 at 9:31 AM wrote: > > From: Josua Mayer > > Armada 8040 needs four clocks to be enabled for MDIO accesses to work. > Update the binding to allow the extra clock to be specified. > > Cc: sta...@vger.kernel.org > Fixes: 6d6a331f44a1 ("dt-bindings: allow up to three clocks for or

Re: [PATCH 1/4] dt-bindings: allow up to four clocks for orion-mdio

2019-07-06 Thread Andrew Lunn
On Sat, Jul 06, 2019 at 05:18:57PM +0200, jo...@solid-run.com wrote: > From: Josua Mayer > > Armada 8040 needs four clocks to be enabled for MDIO accesses to work. > Update the binding to allow the extra clock to be specified. > > Cc: sta...@vger.kernel.org > Fixes: 6d6a331f44a1 ("dt-bindings: a

[PATCH 1/4] dt-bindings: allow up to four clocks for orion-mdio

2019-07-06 Thread josua
From: Josua Mayer Armada 8040 needs four clocks to be enabled for MDIO accesses to work. Update the binding to allow the extra clock to be specified. Cc: sta...@vger.kernel.org Fixes: 6d6a331f44a1 ("dt-bindings: allow up to three clocks for orion-mdio") Signed-off-by: Josua Mayer --- Documenta