ARM: dts: exynos: Specify snps, dwmac in compatible string for gmac
authorNiklas Cassel <niklas.cassel@axis.com>
Wed, 23 Nov 2016 14:24:51 +0000 (15:24 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 23 Nov 2016 17:17:02 +0000 (19:17 +0200)
devicetree binding for stmmac states:
- compatible: Should be "snps,dwmac-<ip_version>", "snps,dwmac"
For backwards compatibility: "st,spear600-gmac" is also supported.

No functional change intended.

Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5440.dtsi

index e6bffd13cedd68da96ede7f60e0a933bb2005117..1012659888f0eeeff8b0303ea62e019de5e2c191 100644 (file)
        };
 
        gmac: ethernet@00230000 {
-               compatible = "snps,dwmac-3.70a";
+               compatible = "snps,dwmac-3.70a", "snps,dwmac";
                reg = <0x00230000 0x8000>;
                interrupt-parent = <&gic>;
                interrupts = <0 31 4>;