mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] usb: host: ehci: add GENERIC_PHY dependency to Kconfig
@ 2022-03-01  9:14 Denis Orlov
  2022-03-01  9:14 ` [PATCH 2/2] usb: host: ehci: reorder code in ehci_probe() Denis Orlov
  2022-03-03  9:55 ` [PATCH 1/2] usb: host: ehci: add GENERIC_PHY dependency to Kconfig Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Denis Orlov @ 2022-03-01  9:14 UTC (permalink / raw)
  To: barebox; +Cc: Denis Orlov

With GENERIC_PHY disabled, EHCI driver initialization fails in
ehci_probe() as calling phy_optional_get() returns "Function not
implemented" value. So it seems reasonable to make USB_EHCI explicitly
depend on GENERIC_PHY.

Signed-off-by: Denis Orlov <denorl2009@gmail.com>
---
 drivers/usb/host/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index d38b4dcac4..cc71b76902 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -2,6 +2,7 @@
 config USB_EHCI
 	bool "EHCI driver"
 	depends on HAS_DMA
+	depends on GENERIC_PHY
 
 config USB_EHCI_OMAP
 	depends on ARCH_OMAP3
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2022-03-03  9:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01  9:14 [PATCH 1/2] usb: host: ehci: add GENERIC_PHY dependency to Kconfig Denis Orlov
2022-03-01  9:14 ` [PATCH 2/2] usb: host: ehci: reorder code in ehci_probe() Denis Orlov
2022-03-03  9:55 ` [PATCH 1/2] usb: host: ehci: add GENERIC_PHY dependency to Kconfig Sascha Hauer

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