1
0
Fork 0

ARM: dts: am335x-wega: Update ethernet phy node

Update ethernet phy1 node to use phy-handle now.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
zero-colors
Teresa Remmet 2017-01-05 15:50:51 +01:00 committed by Tony Lindgren
parent cf9d092e2e
commit e6220da0e4
1 changed files with 7 additions and 1 deletions

View File

@ -119,11 +119,17 @@
};
&cpsw_emac1 {
phy_id = <&davinci_mdio>, <1>;
phy-handle = <&phy1>;
phy-mode = "mii";
dual_emac_res_vlan = <2>;
};
&davinci_mdio {
phy1: ethernet-phy@1 {
reg = <1>;
};
};
&mac {
slaves = <2>;
pinctrl-names = "default";