summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7779-marzen.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2021-09-09 09:52:36 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2021-09-28 09:44:10 +0200
commit7ff2cd32572ae229fa4bfe4834d6cc96a81ba2ac (patch)
tree688a4562c2893bbf957027a1c958d93b6a15cebc /arch/arm/boot/dts/r8a7779-marzen.dts
parentarm64: dts: renesas: rzg2l-smarc: Enable CANFD (diff)
downloadlinux-7ff2cd32572ae229fa4bfe4834d6cc96a81ba2ac.tar.xz
linux-7ff2cd32572ae229fa4bfe4834d6cc96a81ba2ac.zip
ARM: dts: renesas: Fix SMSC Ethernet compatible values
According to schematics, and confirmed by ID_REV register contents, the Ethernet controllers on various development board are not SMSC LAN9220, but different variants: - KZM-A9-Dual and KZM-A9-GT: LAN9221, - Bock-W and Marzen: LAN89218AQ. Update the compatible values accordingly. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/59c142176f795b3541c935df43ab11cecd77cc61.1631173813.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm/boot/dts/r8a7779-marzen.dts')
-rw-r--r--arch/arm/boot/dts/r8a7779-marzen.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts
index 465845323495..5f05f2b44a48 100644
--- a/arch/arm/boot/dts/r8a7779-marzen.dts
+++ b/arch/arm/boot/dts/r8a7779-marzen.dts
@@ -52,7 +52,7 @@
};
ethernet@18000000 {
- compatible = "smsc,lan9220", "smsc,lan9115";
+ compatible = "smsc,lan89218", "smsc,lan9115";
reg = <0x18000000 0x100>;
pinctrl-0 = <&ethernet_pins>;
pinctrl-names = "default";