OSDN Git Service

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

index fd1adc6..25f5449 100644 (file)
@@ -78,7 +78,7 @@
 };
 
 &cpsw_emac0 {
-       phy_id = <&davinci_mdio>, <0>;
+       phy-handle = <&phy0>;
        phy-mode = "rmii";
        dual_emac_res_vlan = <1>;
 };
        pinctrl-names = "default";
        pinctrl-0 = <&mdio_pins>;
        status = "okay";
+
+       phy0: ethernet-phy@0 {
+               reg = <0>;
+       };
 };
 
 &mac {