Commit 7ff2cd32 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/59c142176f795b3541c935df43ab11cecd77cc61.1631173813.git.geert+renesas@glider.be
parent 7ae09309
......@@ -80,7 +80,7 @@ reg_3p3v: regulator-3p3v {
};
ethernet@20000000 {
compatible = "smsc,lan9220", "smsc,lan9115";
compatible = "smsc,lan9221", "smsc,lan9115";
reg = <0x20000000 0x10000>;
phy-mode = "mii";
interrupt-parent = <&gpio0>;
......
......@@ -63,7 +63,7 @@ sndcodec: simple-audio-card,codec {
&bsc {
ethernet@18300000 {
compatible = "smsc,lan9220", "smsc,lan9115";
compatible = "smsc,lan89218", "smsc,lan9115";
reg = <0x18300000 0x1000>;
phy-mode = "mii";
......
......@@ -52,7 +52,7 @@ vccq_sdhi0: regulator-vccq-sdhi0 {
};
ethernet@18000000 {
compatible = "smsc,lan9220", "smsc,lan9115";
compatible = "smsc,lan89218", "smsc,lan9115";
reg = <0x18000000 0x100>;
pinctrl-0 = <&ethernet_pins>;
pinctrl-names = "default";
......
......@@ -169,7 +169,7 @@ simple-audio-card,codec {
&bsc {
ethernet@10000000 {
compatible = "smsc,lan9220", "smsc,lan9115";
compatible = "smsc,lan9221", "smsc,lan9115";
reg = <0x10000000 0x100>;
phy-mode = "mii";
interrupt-parent = <&irqpin0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment