All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH
@ 2021-04-02 21:47 Peter Robinson
  2021-04-02 21:47 ` [PATCH 2/8] ARM: dragonboard820c: Disable network support Peter Robinson
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Peter Robinson @ 2021-04-02 21:47 UTC (permalink / raw)
  To: u-boot

The dragonboard410c only uses USB ethernet interfaces so just
enable DM_ETH.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
---
 configs/dragonboard410c_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig
index f5db4720b7..9c4311aa45 100644
--- a/configs/dragonboard410c_defconfig
+++ b/configs/dragonboard410c_defconfig
@@ -33,6 +33,7 @@ CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=0
 CONFIG_MSM_GPIO=y
 CONFIG_PM8916_GPIO=y
+CONFIG_DM_ETH=y
 CONFIG_LED=y
 CONFIG_LED_GPIO=y
 CONFIG_DM_MMC=y
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-04-15  2:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02 21:47 [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH Peter Robinson
2021-04-02 21:47 ` [PATCH 2/8] ARM: dragonboard820c: Disable network support Peter Robinson
2021-04-04 20:20   ` Jorge
2021-04-02 21:47 ` [PATCH 3/8] ARM: odroid-xu3: Enable DM_ETH Peter Robinson
2021-04-04 23:22   ` Jaehoon Chung
2021-04-02 21:47 ` [PATCH 4/8] ARM: odroid: " Peter Robinson
2021-04-06 22:54   ` Jaehoon Chung
2021-04-02 21:47 ` [PATCH 5/8] ARM: Rock: Disable network support Peter Robinson
2021-04-07  3:21   ` Kever Yang
2021-04-02 21:47 ` [PATCH 6/8] ARM: geekbox: Enable the rk3368 network driver Peter Robinson
2021-04-07  3:20   ` [PATCH 6/8] ARM: geekbox: Enable the rk3368 network driver【请注意,邮件由u-boot-bounces@lists.denx.de代发】 Kever Yang
2021-04-02 21:48 ` [PATCH 7/8] ARM: sheep-rk3368: Enable the rk3368 network driver Peter Robinson
2021-04-07  3:20   ` Kever Yang
2021-04-02 21:48 ` [PATCH 8/8] ARM: CHIP: Enable DM_USB Peter Robinson
2021-04-15  2:05 ` [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH Ramon Fried

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.