Commit 6753c0ad authored by Niklas Cassel's avatar Niklas Cassel Committed by Krzysztof Kozlowski

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: default avatarNiklas Cassel <niklas.cassel@axis.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 8e35c48e
......@@ -188,7 +188,7 @@ watchdog@110000 {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment