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:
parent
7ae09309c3
commit
7ff2cd3257
|
@ -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>;
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
&bsc {
|
||||
ethernet@18300000 {
|
||||
compatible = "smsc,lan9220", "smsc,lan9115";
|
||||
compatible = "smsc,lan89218", "smsc,lan9115";
|
||||
reg = <0x18300000 0x1000>;
|
||||
|
||||
phy-mode = "mii";
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
};
|
||||
|
||||
ethernet@18000000 {
|
||||
compatible = "smsc,lan9220", "smsc,lan9115";
|
||||
compatible = "smsc,lan89218", "smsc,lan9115";
|
||||
reg = <0x18000000 0x100>;
|
||||
pinctrl-0 = <ðernet_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
|
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue