Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;