diff options
author | Niklas Cassel <niklas.cassel@axis.com> | 2016-11-23 09:24:51 -0500 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2016-11-23 12:17:02 -0500 |
commit | 6753c0ad974fc86fef05e0e5022c190e3e498de2 (patch) | |
tree | 3b073272860e02c32a06305685073a71a34cd225 | |
parent | 8e35c48e70d2a6da915673e8b00db1824931d034 (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>
-rw-r--r-- | arch/arm/boot/dts/exynos5440.dtsi | 2 |
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 @@ | |||
188 | }; | 188 | }; |
189 | 189 | ||
190 | gmac: ethernet@00230000 { | 190 | gmac: ethernet@00230000 { |
191 | compatible = "snps,dwmac-3.70a"; | 191 | compatible = "snps,dwmac-3.70a", "snps,dwmac"; |
192 | reg = <0x00230000 0x8000>; | 192 | reg = <0x00230000 0x8000>; |
193 | interrupt-parent = <&gic>; | 193 | interrupt-parent = <&gic>; |
194 | interrupts = <0 31 4>; | 194 | interrupts = <0 31 4>; |