diff mbox series

[U-Boot,6/6,v3] configs: ls1028a: enable networking options in rds, qds defconfig

Message ID 20190620144828.11899-7-alexandru.marginean@nxp.com
State Superseded
Delegated to: Prabhakar Kushwaha
Headers show
Series ls1028a: networking support | expand

Commit Message

Alexandru Marginean June 20, 2019, 2:48 p.m. UTC
Enables ethernet, MDIO, PHY drivers for LS1028A RDB and QDS.

Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
---
 configs/ls1028aqds_tfa_defconfig | 5 ++++-
 configs/ls1028ardb_tfa_defconfig | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

Bin Meng July 1, 2019, 8:08 a.m. UTC | #1
Hi Alex,

On Thu, Jun 20, 2019 at 10:48 PM Alex Marginean
<alexandru.marginean@nxp.com> wrote:
>

The commit title says: rds. It should be rdb.

> Enables ethernet, MDIO, PHY drivers for LS1028A RDB and QDS.
>
> Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
> ---
>  configs/ls1028aqds_tfa_defconfig | 5 ++++-
>  configs/ls1028ardb_tfa_defconfig | 2 ++
>  2 files changed, 6 insertions(+), 1 deletion(-)
>

Other than that,
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Regards,
Bin
Alexandru Marginean July 2, 2019, 5:49 p.m. UTC | #2
On 7/1/2019 11:08 AM, Bin Meng wrote:
> Hi Alex,
> 
> On Thu, Jun 20, 2019 at 10:48 PM Alex Marginean
> <alexandru.marginean@nxp.com> wrote:
>>
> 
> The commit title says: rds. It should be rdb.

You're right, I'll fix it.  You have a really good eye for detail!
Thank you!
Alex


> 
>> Enables ethernet, MDIO, PHY drivers for LS1028A RDB and QDS.
>>
>> Signed-off-by: Alex Marginean <alexm.osslist@gmail.com>
>> ---
>>   configs/ls1028aqds_tfa_defconfig | 5 ++++-
>>   configs/ls1028ardb_tfa_defconfig | 2 ++
>>   2 files changed, 6 insertions(+), 1 deletion(-)
>>
> 
> Other than that,
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> 
> Regards,
> Bin
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>
diff mbox series

Patch

diff --git a/configs/ls1028aqds_tfa_defconfig b/configs/ls1028aqds_tfa_defconfig
index 7982ce4157..2ea594c43a 100644
--- a/configs/ls1028aqds_tfa_defconfig
+++ b/configs/ls1028aqds_tfa_defconfig
@@ -41,10 +41,13 @@  CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
 CONFIG_PHYLIB=y
+CONFIG_PHY_AQUANTIA=y
 CONFIG_PHY_ATHEROS=y
+CONFIG_PHY_VITESSE=y
 CONFIG_DM_ETH=y
-CONFIG_PHY_GIGE=y
+CONFIG_DM_MDIO=y
 CONFIG_E1000=y
+CONFIG_FSL_ENETC=y
 CONFIG_PCI=y
 CONFIG_DM_PCI=y
 CONFIG_DM_PCI_COMPAT=y
diff --git a/configs/ls1028ardb_tfa_defconfig b/configs/ls1028ardb_tfa_defconfig
index c65e37df79..3f5bc2e139 100644
--- a/configs/ls1028ardb_tfa_defconfig
+++ b/configs/ls1028ardb_tfa_defconfig
@@ -43,8 +43,10 @@  CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_ATHEROS=y
 CONFIG_DM_ETH=y
+CONFIG_DM_MDIO=y
 CONFIG_PHY_GIGE=y
 CONFIG_E1000=y
+CONFIG_FSL_ENETC=y
 CONFIG_PCI=y
 CONFIG_DM_PCI=y
 CONFIG_DM_PCI_COMPAT=y