Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6655d69 authored by Mugunthan V N's avatar Mugunthan V N Committed by David S. Miller
Browse files

ARM: dts: AM33XX: Add CPSW phy_id device tree data to am335x-evmsk



Add phy_id device tree data to am335x-evmsk device to bring up CPSW
ethernet present on am335x starter kit.

Signed-off-by: default avatarMugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b40fbbfc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -248,3 +248,11 @@
		};
	};
};

&cpsw_emac0 {
	phy_id = <&davinci_mdio>, <0>;
};

&cpsw_emac1 {
	phy_id = <&davinci_mdio>, <1>;
};