Re: [PATCHv3 1/3] dt-bindings: net: Add DT bindings for Socionext Netsec

2017-12-27 Thread Andrew Lunn
On Tue, Dec 26, 2017 at 11:34:26AM -0800, Florian Fainelli wrote: > On 12/21/2017 05:55 AM, Andrew Lunn wrote: > >> +- mdio device tree subnode: When the Netsec has a phy connected to its > >> local > >> + mdio, there must be device tree subnode with the following > >> + required

Re: [PATCHv3 1/3] dt-bindings: net: Add DT bindings for Socionext Netsec

2017-12-26 Thread Florian Fainelli
On 12/21/2017 05:55 AM, Andrew Lunn wrote: >> +- mdio device tree subnode: When the Netsec has a phy connected to its local >> +mdio, there must be device tree subnode with the following >> +required properties: >> + >> +- compatible: Must be "socionext,snq-mdio". > > I

Re: [PATCHv3 1/3] dt-bindings: net: Add DT bindings for Socionext Netsec

2017-12-21 Thread Andrew Lunn
> +- mdio device tree subnode: When the Netsec has a phy connected to its local > + mdio, there must be device tree subnode with the following > + required properties: > + > + - compatible: Must be "socionext,snq-mdio". Is there a need for a compatible string? Is there

[PATCHv3 1/3] dt-bindings: net: Add DT bindings for Socionext Netsec

2017-12-21 Thread jassisinghbrar
From: Jassi Brar This patch adds documentation for Device-Tree bindings for the Socionext NetSec Controller driver. Signed-off-by: Jassi Brar Signed-off-by: Ard Biesheuvel --- .../devicetree/bindings/net/socionext-netsec.txt | 55 ++ 1 file changed, 55 insertions(+) cre