summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHerve Codina <herve.codina@bootlin.com>2021-10-08 12:34:40 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-10-27 09:54:29 +0200
commit5001160d3ed5e51750f17609d219d260c1086409 (patch)
treeffe7d0a859d495353c9805b3a7126f5e9df30d72 /arch
parente9d9ffa19367fccb1badfabbfd1371a9dfad36e2 (diff)
downloadlinux-5001160d3ed5e51750f17609d219d260c1086409.tar.gz
linux-5001160d3ed5e51750f17609d219d260c1086409.tar.bz2
linux-5001160d3ed5e51750f17609d219d260c1086409.zip
ARM: dts: spear3xx: Fix gmac node
[ Upstream commit 6636fec29cdf6665bd219564609e8651f6ddc142 ] On SPEAr3xx, ethernet driver is not compatible with the SPEAr600 one. Indeed, SPEAr3xx uses an earlier version of this IP (v3.40) and needs some driver tuning compare to SPEAr600. The v3.40 IP support was added to stmmac driver and this patch fixes this issue and use the correct compatible string for SPEAr3xx Signed-off-by: Herve Codina <herve.codina@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/spear3xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/spear3xx.dtsi b/arch/arm/boot/dts/spear3xx.dtsi
index f266b7b03482..cc88ebe7a60c 100644
--- a/arch/arm/boot/dts/spear3xx.dtsi
+++ b/arch/arm/boot/dts/spear3xx.dtsi
@@ -47,7 +47,7 @@
};
gmac: eth@e0800000 {
- compatible = "st,spear600-gmac";
+ compatible = "snps,dwmac-3.40a";
reg = <0xe0800000 0x8000>;
interrupts = <23 22>;
interrupt-names = "macirq", "eth_wake_irq";