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
This commit is contained in:
Geert Uytterhoeven 2021-09-09 09:52:36 +02:00
parent 7ae09309c3
commit 7ff2cd3257
4 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@
};
ethernet@20000000 {
compatible = "smsc,lan9220", "smsc,lan9115";
compatible = "smsc,lan9221", "smsc,lan9115";
reg = <0x20000000 0x10000>;
phy-mode = "mii";
interrupt-parent = <&gpio0>;

View File

@ -63,7 +63,7 @@
&bsc {
ethernet@18300000 {
compatible = "smsc,lan9220", "smsc,lan9115";
compatible = "smsc,lan89218", "smsc,lan9115";
reg = <0x18300000 0x1000>;
phy-mode = "mii";

View File

@ -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";

View File

@ -169,7 +169,7 @@
&bsc {
ethernet@10000000 {
compatible = "smsc,lan9220", "smsc,lan9115";
compatible = "smsc,lan9221", "smsc,lan9115";
reg = <0x10000000 0x100>;
phy-mode = "mii";
interrupt-parent = <&irqpin0>;