]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: stm32: enable support for smsc phy on stm32f746-disco board
authorMichael Kurz <michi.kurz@gmail.com>
Sun, 22 Jan 2017 15:04:29 +0000 (16:04 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 28 Jan 2017 19:04:48 +0000 (14:04 -0500)
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...'

include/configs/stm32f746-disco.h

index 735ade6b9eedd5783cae0a14e9e9d798ff439cea..d705830804e2666b8948e37d6e9d4a16705682e4 100644 (file)
@@ -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 */