summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-08-31 17:22:19 +0530
committerTom Rini <trini@konsulko.com>2016-09-06 11:28:27 -0400
commit0068dd687d38e41eafa51135bc10e0f04a928601 (patch)
tree0aca3399ad9e3796610505e68c47aa3d10377441 /arch/arm
parentb615267633996a9410a88b54a55965d8b021f6f8 (diff)
downloadu-boot-imx-0068dd687d38e41eafa51135bc10e0f04a928601.zip
u-boot-imx-0068dd687d38e41eafa51135bc10e0f04a928601.tar.gz
u-boot-imx-0068dd687d38e41eafa51135bc10e0f04a928601.tar.bz2
ARM: dts: dra72-evm: fix broken ethernet
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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/dra72-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/dra72-evm.dts b/arch/arm/dts/dra72-evm.dts
index 4ca37fa..e7c5db2 100644
--- a/arch/arm/dts/dra72-evm.dts
+++ b/arch/arm/dts/dra72-evm.dts
@@ -591,7 +591,7 @@
mode-gpios = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
};
-&cpsw_emac1 {
+&cpsw_emac0 {
phy_id = <&davinci_mdio>, <3>;
phy-mode = "rgmii";
};