Re: [U-Boot] [PATCH v5 2/4] doc: bindings: Add description for MDIO MUX dts nodes

2019-07-12 Thread Alex Marginean
On 7/12/2019 9:44 AM, Bin Meng wrote: Hi Alex, On Fri, Jul 12, 2019 at 2:39 PM Alex Marginean wrote: Adds a short bindings document describing the expected structure of a MDIO MUX dts node. This is based on Linux binding and the example is in fact copied from there. Signed-off-by: Alex Marg

Re: [U-Boot] [PATCH v5 2/4] doc: bindings: Add description for MDIO MUX dts nodes

2019-07-11 Thread Bin Meng
Hi Alex, On Fri, Jul 12, 2019 at 2:39 PM Alex Marginean wrote: > > Adds a short bindings document describing the expected structure of a MDIO > MUX dts node. This is based on Linux binding and the example is in fact > copied from there. > > Signed-off-by: Alex Marginean > Acked-by: Joe Hershber

[U-Boot] [PATCH v5 2/4] doc: bindings: Add description for MDIO MUX dts nodes

2019-07-11 Thread Alex Marginean
Adds a short bindings document describing the expected structure of a MDIO MUX dts node. This is based on Linux binding and the example is in fact copied from there. Signed-off-by: Alex Marginean Acked-by: Joe Hershberger Reviewed-by: Bin Meng --- Changes in v2: - no change Changes in