Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528441 > unrolled thread
| Started by | Niklas Cassel <niklas.cassel@axis.com> |
|---|---|
| First post | 2016-11-23 15:30 +0100 |
| Last post | 2016-11-23 18:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 2/4] ARM: dts: exynos: specify snps,dwmac in compatible string for gmac Niklas Cassel <niklas.cassel@axis.com> - 2016-11-23 15:30 +0100
Re: [PATCH 2/4] ARM: dts: exynos: specify snps,dwmac in compatible string for gmac Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-23 18:20 +0100
| From | Niklas Cassel <niklas.cassel@axis.com> |
|---|---|
| Date | 2016-11-23 15:30 +0100 |
| Subject | [PATCH 2/4] ARM: dts: exynos: specify snps,dwmac in compatible string for gmac |
| Message-ID | <sGGIF-62A-9@gated-at.bofh.it> |
From: Niklas Cassel <niklas.cassel@axis.com>
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>
---
arch/arm/boot/dts/exynos5440.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 97c9f0e38526..2a2e570bbee6 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -197,7 +197,7 @@
};
gmac: ethernet@00230000 {
- compatible = "snps,dwmac-3.70a";
+ compatible = "snps,dwmac-3.70a", "snps,dwmac";
reg = <0x00230000 0x8000>;
interrupt-parent = <&gic>;
interrupts = <GIC_SPI 31 4>;
--
2.1.4
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2016-11-23 18:20 +0100 |
| Subject | Re: [PATCH 2/4] ARM: dts: exynos: specify snps,dwmac in compatible string for gmac |
| Message-ID | <sGJnc-7Id-33@gated-at.bofh.it> |
| In reply to | #1528441 |
On Wed, Nov 23, 2016 at 03:24:51PM +0100, Niklas Cassel wrote: > From: Niklas Cassel <niklas.cassel@axis.com> > > 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> > --- > arch/arm/boot/dts/exynos5440.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks, applied. Best regards, Krzysztof
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web