ARM: dts: am335x-baltos: use phy-phandle declarations

phy-phandle is now a preferred method to reference a PHY device.
Especially in regards to cpsw it enables PHY specific settings like
max-speed etc. being specified in DTS.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Yegor Yefremov 2016-11-23 16:49:26 +01:00 committed by Tony Lindgren
parent 8804755bfb
commit f5c59d165a
4 changed files with 14 additions and 5 deletions

View file

@ -54,16 +54,22 @@
dr_mode = "host"; dr_mode = "host";
}; };
&davinci_mdio {
phy0: ethernet-phy@0 {
reg = <1>;
};
};
&cpsw_emac0 { &cpsw_emac0 {
phy_id = <&davinci_mdio>, <1>;
phy-mode = "rmii"; phy-mode = "rmii";
dual_emac_res_vlan = <1>; dual_emac_res_vlan = <1>;
phy-handle = <&phy0>;
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy_id = <&davinci_mdio>, <7>;
phy-mode = "rgmii-txid"; phy-mode = "rgmii-txid";
dual_emac_res_vlan = <2>; dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
}; };
&phy_sel { &phy_sel {

View file

@ -109,9 +109,9 @@
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy_id = <&davinci_mdio>, <7>;
phy-mode = "rgmii-txid"; phy-mode = "rgmii-txid";
dual_emac_res_vlan = <2>; dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
}; };
&phy_sel { &phy_sel {

View file

@ -127,9 +127,9 @@
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy_id = <&davinci_mdio>, <7>;
phy-mode = "rgmii-txid"; phy-mode = "rgmii-txid";
dual_emac_res_vlan = <2>; dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
}; };
&phy_sel { &phy_sel {

View file

@ -364,11 +364,14 @@
}; };
&davinci_mdio { &davinci_mdio {
status = "okay";
pinctrl-names = "default", "sleep"; pinctrl-names = "default", "sleep";
pinctrl-0 = <&davinci_mdio_default>; pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>; pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay"; phy1: ethernet-phy@1 {
reg = <7>;
};
}; };
&mmc1 { &mmc1 {