OSDN Git Service

ARM: dts: am335x-wega: Update ethernet phy node
authorTeresa Remmet <t.remmet@phytec.de>
Thu, 5 Jan 2017 14:50:51 +0000 (15:50 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 5 Jan 2017 17:14:50 +0000 (09:14 -0800)
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>
arch/arm/boot/dts/am335x-wega.dtsi

index e97fd6d..8ce5417 100644 (file)
 };
 
 &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";