summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos5440.dtsi
diff options
context:
space:
mode:
authorNiklas Cassel <niklas.cassel@axis.com>2016-11-23 15:24:51 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2016-11-23 19:17:02 +0200
commit6753c0ad974fc86fef05e0e5022c190e3e498de2 (patch)
tree3b073272860e02c32a06305685073a71a34cd225 /arch/arm/boot/dts/exynos5440.dtsi
parent8e35c48e70d2a6da915673e8b00db1824931d034 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5440.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5440.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index e6bffd13cedd..1012659888f0 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -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>;