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>
This commit is contained in:
Yegor Yefremov 2016-03-18 08:43:22 +01:00 коммит произвёл Tony Lindgren
Родитель 6b47257431
Коммит 6f40fed1c9
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -470,9 +470,12 @@
};
&cpsw_emac0 {
phy_id = <&davinci_mdio>, <0>;
phy-mode = "rmii";
dual_emac_res_vlan = <1>;
fixed-link {
speed = <100>;
full-duplex;
};
};
&cpsw_emac1 {