ARM: dts: dra72-evm: fix broken ethernet
authorMugunthan V N <mugunthanvnm@ti.com>
Wed, 31 Aug 2016 11:52:19 +0000 (17:22 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 6 Sep 2016 15:28:27 +0000 (11:28 -0400)
With commit ceec08f50b6, phy is connected to slave 0, but
changing the phy node was missed, fix it by populating the
phy node to proper cpsw slave node.

Fixes: ceec08f50b6 ("ARM: dts: dra72-evm: Add mode-gpios entry for mac node")
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Cc: Vignesh R <vigneshr@ti.com>
Tested-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/dra72-evm.dts

index 4ca37fa..e7c5db2 100644 (file)
        mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
 };
 
-&cpsw_emac1 {
+&cpsw_emac0 {
        phy_id = <&davinci_mdio>, <3>;
        phy-mode = "rgmii";
 };