Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type

In Baltos iR5221 cpsw_emac0 is connected directly to the switch IC and
hence needs to be configured as "fixed-link".

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Yegor Yefremov and committed by
Tony Lindgren
6f40fed1 6b472574

+4 -1
+4 -1
arch/arm/boot/dts/am335x-baltos-ir5221.dts
··· 470 470 }; 471 471 472 472 &cpsw_emac0 { 473 - phy_id = <&davinci_mdio>, <0>; 474 473 phy-mode = "rmii"; 475 474 dual_emac_res_vlan = <1>; 475 + fixed-link { 476 + speed = <100>; 477 + full-duplex; 478 + }; 476 479 }; 477 480 478 481 &cpsw_emac1 {