From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Fri, 19 Apr 2019 15:17:25 +0000 Subject: [U-Boot] [PATCH 6/6] configs: stm32mp15: Enable Ethernet feature In-Reply-To: <1551780552-23339-7-git-send-email-christophe.roullier@st.com> References: <1551780552-23339-1-git-send-email-christophe.roullier@st.com> <1551780552-23339-7-git-send-email-christophe.roullier@st.com> Message-ID: <5d0fdabd3afc4b90b43ad3b95fd753e6@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Christophe, > > This allows to enable Ethernet and use driver for Synopsys Ethernet QoS device > > Signed-off-by: Christophe Roullier > --- > > configs/stm32mp15_basic_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/stm32mp15_basic_defconfig > b/configs/stm32mp15_basic_defconfig > index d20b2ab..38a2a0a 100644 > --- a/configs/stm32mp15_basic_defconfig > +++ b/configs/stm32mp15_basic_defconfig > @@ -41,6 +41,8 @@ CONFIG_LED=y > CONFIG_LED_GPIO=y > CONFIG_DM_MMC=y > CONFIG_STM32_SDMMC2=y > +CONFIG_DM_ETH=y > +CONFIG_DWC_ETH_QOS=y > CONFIG_PHY=y > CONFIG_PHY_STM32_USBPHYC=y > # CONFIG_PINCTRL_FULL is not set > -- > 2.7.4 For stm32mp1 boards EV1 and DK2 Test done with master (SHA1 = 75ce8c938d39bd22460be66e6bf318bd2410c17b) Tested-by: Patrick Delaunay Acked-by: Patrick Delaunay Regards Patrick