summaryrefslogtreecommitdiff
path: root/include/configs/stm32f746-disco.h
diff options
context:
space:
mode:
authorMichael Kurz <michi.kurz@gmail.com>2017-01-22 16:04:29 +0100
committerTom Rini <trini@konsulko.com>2017-01-28 14:04:48 -0500
commitfc0d3dbc6e5e841309611bf900adc88c7d439b47 (patch)
tree732c4bfa899ca00b4a95721f251523a94e169f19 /include/configs/stm32f746-disco.h
parent008ed16c820a4121d34a856c41d143a86eb9e13e (diff)
ARM: stm32: enable support for smsc phy on stm32f746-disco board
This patch enables support for the smsc phy on the stm32f746-disco board. Signed-off-by: Michael Kurz <michi.kurz@gmail.com> Acked-by: Vikas MANOCHA <vikas.manocha@st.com> Series-changes 3: - Add Acked-by tag to 'enable support for smsc phy on...'
Diffstat (limited to 'include/configs/stm32f746-disco.h')
-rw-r--r--include/configs/stm32f746-disco.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h
index 735ade6b9e..d705830804 100644
--- a/include/configs/stm32f746-disco.h
+++ b/include/configs/stm32f746-disco.h
@@ -44,6 +44,7 @@
#define CONFIG_DW_GMAC_DEFAULT_DMA_PBL (8)
#define CONFIG_DW_ALTDESCRIPTOR
#define CONFIG_MII
+#define CONFIG_PHY_SMSC
#define CONFIG_STM32_HSE_HZ 25000000
#define CONFIG_SYS_CLK_FREQ 200000000 /* 200 MHz */