diff mbox series

[U-Boot,v2,6/6] configs: stm32mp15: Enable Ethernet feature

Message ID 20190517130847.13144-7-christophe.roullier@st.com
State Accepted
Delegated to: Patrice Chotard
Headers show
Series - Add Ethernet support for stm32mpu | expand

Commit Message

Christophe Roullier May 17, 2019, 1:08 p.m. UTC
This allows to enable Ethernet and use driver for
Synopsys Ethernet QoS device

Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
---

Changes in v2:
-remark from Joe Hershberger to replace "int interface" with "phy_interface_t interface"
 and manage return values "-1", "0" with PHY_INTERFACE_MODE_NONE and PHY_INTERFACE_MODE_MII

 configs/stm32mp15_basic_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Joe Hershberger June 1, 2019, 10:53 a.m. UTC | #1
On Fri, May 17, 2019 at 8:19 AM Christophe Roullier
<christophe.roullier@st.com> wrote:
>
> This allows to enable Ethernet and use driver for
> Synopsys Ethernet QoS device
>
> Signed-off-by: Christophe Roullier <christophe.roullier@st.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Patrice CHOTARD June 11, 2019, 7:35 a.m. UTC | #2
On 5/17/19 3:08 PM, Christophe Roullier wrote:
> This allows to enable Ethernet and use driver for
> Synopsys Ethernet QoS device
> 
> Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
> ---
> 
> Changes in v2:
> -remark from Joe Hershberger to replace "int interface" with "phy_interface_t interface"
>  and manage return values "-1", "0" with PHY_INTERFACE_MODE_NONE and PHY_INTERFACE_MODE_MII
> 
>  configs/stm32mp15_basic_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
> index 0ea9dff43de..7456cc9a163 100644
> --- a/configs/stm32mp15_basic_defconfig
> +++ b/configs/stm32mp15_basic_defconfig
> @@ -55,6 +55,8 @@ CONFIG_LED_GPIO=y
>  CONFIG_DM_MMC=y
>  CONFIG_SUPPORT_EMMC_BOOT=y
>  CONFIG_STM32_SDMMC2=y
> +CONFIG_DM_ETH=y
> +CONFIG_DWC_ETH_QOS=y
>  CONFIG_PHY=y
>  CONFIG_PHY_STM32_USBPHYC=y
>  CONFIG_PINCONF=y
> 

Applied

Thanks
diff mbox series

Patch

diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index 0ea9dff43de..7456cc9a163 100644
--- a/configs/stm32mp15_basic_defconfig
+++ b/configs/stm32mp15_basic_defconfig
@@ -55,6 +55,8 @@  CONFIG_LED_GPIO=y
 CONFIG_DM_MMC=y
 CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_STM32_SDMMC2=y
+CONFIG_DM_ETH=y
+CONFIG_DWC_ETH_QOS=y
 CONFIG_PHY=y
 CONFIG_PHY_STM32_USBPHYC=y
 CONFIG_PINCONF=y