mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: i.MX8MM: innocom-wb15: imply AT803X_PHY for EVK
@ 2022-10-24 14:12 Ahmad Fatoum
  2022-10-27  6:30 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-10-24 14:12 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

EVK has Atheros 8035 Ethernet PHY and DHCP times out when using the
generic PHY driver instead of the at803x driver. Link is detected with
both though. Make user lives easier by adding an imply to the PHY driver
when the board is selected. This is chosen instead of a select to allow
users to disable the driver if they use a different base board for the
SoM.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/mach-imx/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index c9e4c9a00ba4..da71480887ad 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -371,6 +371,7 @@ config MACH_INNOCOMM_WB15
 	select IMX8M_DRAM
 	select I2C_IMX_EARLY
 	select USB_GADGET_DRIVER_ARC_PBL
+	imply AT803X_PHY
 
 config MACH_BEO_ASE2
 	bool "Bang & Olufsen (i.MX7D) ASE2"
-- 
2.30.2




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

end of thread, other threads:[~2022-10-27  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24 14:12 [PATCH] ARM: i.MX8MM: innocom-wb15: imply AT803X_PHY for EVK Ahmad Fatoum
2022-10-27  6:30 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox