Re: [PATCH 1/7] dt-bindings: net: Add Qualcomm ethqos binding

2019-01-02 Thread Vinod Koul
On 02-01-19, 15:07, Andrew Lunn wrote: > > + mdio { > > + #address-cells = <0x1>; > > + #size-cells = <0x0>; > > + compatible = "snps,dwmac-mdio"; > > + phy1: phy@1 { > > phy@4 since reg = 0x4 Right, will fix this -- ~Vinod

Re: [PATCH 1/7] dt-bindings: net: Add Qualcomm ethqos binding

2019-01-02 Thread Andrew Lunn
> + mdio { > + #address-cells = <0x1>; > + #size-cells = <0x0>; > + compatible = "snps,dwmac-mdio"; > + phy1: phy@1 { phy@4 since reg = 0x4 > + device_type = "ethernet-phy"; > + reg = <0x4>; Thanks,

[PATCH 1/7] dt-bindings: net: Add Qualcomm ethqos binding

2019-01-02 Thread Vinod Koul
Add support for Qualcomm ethqos found in some SoCs like QCS404. Signed-off-by: Vinod Koul --- .../devicetree/bindings/net/qcom,dwmac.txt| 129 ++ 1 file changed, 129 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/qcom,dwmac.txt diff --git a/Documenta