From: Niklas Cassel Date: Wed, 23 Nov 2016 14:24:51 +0000 (+0100) Subject: ARM: dts: exynos: Specify snps, dwmac in compatible string for gmac X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6753c0ad974fc86fef05e0e5022c190e3e498de2;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: exynos: Specify snps, dwmac in compatible string for gmac devicetree binding for stmmac states: - compatible: Should be "snps,dwmac-", "snps,dwmac" For backwards compatibility: "st,spear600-gmac" is also supported. No functional change intended. Signed-off-by: Niklas Cassel Signed-off-by: Krzysztof Kozlowski --- 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>;