ARM: dts: exynos: Specify snps, dwmac in compatible string for gmac

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>
This commit is contained in:
Niklas Cassel 2016-11-23 15:24:51 +01:00 committed by Krzysztof Kozlowski
parent 8e35c48e70
commit 6753c0ad97

View file

@ -188,7 +188,7 @@
};
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>;