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
> + 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,
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