summaryrefslogtreecommitdiffstats
path: root/include/configs/da830evm.h
diff options
context:
space:
mode:
authorPrakash PM <prakash.pm@ti.com>2010-06-22 10:24:43 -0400
committerSandeep Paulraj <s-paulraj@ti.com>2010-06-22 10:24:43 -0400
commite6441c4f4070aac6825f5b195f38dfe1da53675c (patch)
tree5017cb0444a9f4cd82d5a0523459bc9728e3a245 /include/configs/da830evm.h
parent54e19a7ded6e9dbdc3392a57d82f4f77b34e85b8 (diff)
downloadtalos-obmc-uboot-e6441c4f4070aac6825f5b195f38dfe1da53675c.tar.gz
talos-obmc-uboot-e6441c4f4070aac6825f5b195f38dfe1da53675c.zip
DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files
Currently EMAC_MDIO_PHY_NUM is defined as 1 in emac_defs.h. Because of this, EMAC does not work on EVMs which do not have phy connected at 1. Moving the macro to board config file makes this configurable depending on where the phy is connected on the MDIO bus. This patch fixes the board reset issue observed during network access on DM365EVM. EMAC driver was assuming EMAC_MDIO_PHY_NUM as 1 but it is 0 on DM365EVM. This patch is verified on da830/omap-l137, dm365 and dm644x evms. Signed-off-by: Prakash PM <prakash.pm@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/da830evm.h')
-rw-r--r--include/configs/da830evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h
index 0f58e11e74..160ece2bf9 100644
--- a/include/configs/da830evm.h
+++ b/include/configs/da830evm.h
@@ -87,6 +87,7 @@
* Network & Ethernet Configuration
*/
#ifdef CONFIG_DRIVER_TI_EMAC
+#define CONFIG_EMAC_MDIO_PHY_NUM 1
#define CONFIG_MII
#define CONFIG_BOOTP_DEFAULT
#define CONFIG_BOOTP_DNS
OpenPOWER on IntegriCloud