Skip to content

Commit

Permalink
arm64: dts: allwinner: add snps,dwmac-mdio compatible to emac/mdio
Browse files Browse the repository at this point in the history
stmmac bindings docs said that its mdio node must have
compatible = "snps,dwmac-mdio";
Since dwmac-sun8i does not have any good reasons to not doing it, all
their MDIO node must have it.

Signed-off-by: Corentin Labbe <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
  • Loading branch information
montjoie authored and mripard committed Oct 31, 2017
1 parent 94f4428 commit 1641608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@
#size-cells = <0>;

mdio: mdio {
compatible = "snps,dwmac-mdio";
#address-cells = <1>;
#size-cells = <0>;
};
Expand Down

0 comments on commit 1641608

Please sign in to comment.