diff options
author | Niklas Cassel <niklas.cassel@axis.com> | 2016-11-23 15:24:51 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2016-11-23 18:17:02 +0100 |
commit | 6753c0ad974fc86fef05e0e5022c190e3e498de2 (patch) | |
tree | 3b073272860e02c32a06305685073a71a34cd225 /arch/arm/boot/dts/exynos5440.dtsi | |
parent | ARM: dts: exynos: Fix invalid GIC interrupt flags in audio block of Exynos5410 (diff) | |
download | linux-6753c0ad974fc86fef05e0e5022c190e3e498de2.tar.xz linux-6753c0ad974fc86fef05e0e5022c190e3e498de2.zip |
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.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 @@ }; 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>; |