arm64: dts: allwinner: add snps,dwmac-mdio compatible to emac/mdio
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Tue, 31 Oct 2017 08:19:15 +0000 (09:19 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 31 Oct 2017 13:32:08 +0000 (14:32 +0100)
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 <clabbe.montjoie@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

index ed24daeadb938f08b7220c88a0ba49e457173869..d783d164b9c3015e74d1f05e35ca7fe755312077 100644 (file)
                        #size-cells = <0>;
 
                        mdio: mdio {
+                               compatible = "snps,dwmac-mdio";
                                #address-cells = <1>;
                                #size-cells = <0>;
                        };