From: Mugunthan V N Date: Mon, 3 Jun 2013 20:10:09 +0000 (+0000) Subject: ARM: dts: AM33XX: Add CPSW phy_id device tree data to am335x-evmsk X-Git-Tag: next-20130607~66^2~35 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=f6655d697b85f75d2a1f4f6a03dd2d4c3549e321;p=karo-tx-linux.git 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: Mugunthan V N Signed-off-by: David S. Miller --- diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index f67c360844f4..acbcac340975 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -248,3 +248,11 @@ }; }; }; + +&cpsw_emac0 { + phy_id = <&davinci_mdio>, <0>; +}; + +&cpsw_emac1 { + phy_id = <&davinci_mdio>, <1>; +};