Re: [PATCH 3/7] dt-bindings: net: stmmac: Add the bindings documentation for delays

2019-01-14 Thread Florian Fainelli
On 1/11/19 7:01 AM, Rob Herring wrote: > On Wed, Jan 02, 2019 at 02:47:25PM +0530, Vinod Koul wrote: >> Some controllers require that phy delay should be disabled. So add > > If the MAC requires it, then the compatible string should imply this. If > it depends on the PHY, then okay. > >> optiona

Re: [PATCH 3/7] dt-bindings: net: stmmac: Add the bindings documentation for delays

2019-01-14 Thread Vinod Koul
HI Rob, On 11-01-19, 09:01, Rob Herring wrote: > On Wed, Jan 02, 2019 at 02:47:25PM +0530, Vinod Koul wrote: > > Some controllers require that phy delay should be disabled. So add > > If the MAC requires it, then the compatible string should imply this. If > it depends on the PHY, then okay. Th

Re: [PATCH 3/7] dt-bindings: net: stmmac: Add the bindings documentation for delays

2019-01-11 Thread Rob Herring
On Wed, Jan 02, 2019 at 02:47:25PM +0530, Vinod Koul wrote: > Some controllers require that phy delay should be disabled. So add If the MAC requires it, then the compatible string should imply this. If it depends on the PHY, then okay. > optional properties rx-disable-delay and tx-disable-delay

[PATCH 3/7] dt-bindings: net: stmmac: Add the bindings documentation for delays

2019-01-02 Thread Vinod Koul
Some controllers require that phy delay should be disabled. So add optional properties rx-disable-delay and tx-disable-delay for it. Signed-off-by: Vinod Koul --- Documentation/devicetree/bindings/net/stmmac.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindi