mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: barebox@lists.infradead.org
Cc: lst@pengutronix.de, afa@pengutronix.de,
	Bastian Krause <bst@pengutronix.de>
Subject: [PATCH] net: make DRIVER_NET_DESIGNWARE_IMX8 select MFD_SYSCON
Date: Wed, 22 Feb 2023 13:23:20 +0100	[thread overview]
Message-ID: <20230222122320.1494205-1-bst@pengutronix.de> (raw)

The driver includes mfd/syscon.h and uses
syscon_regmap_lookup_by_phandle():

  eqos-imx8 30bf0000.ethernet@30bf0000.of: probe failed: Function not implemented

Select MFD_SYSCON to fix this.

Fixes: b6fb740819 ("net: eqos: add i.MX8MP support")
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 drivers/net/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index a9fc073d57..25b46ccb11 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -111,6 +111,7 @@ config DRIVER_NET_DESIGNWARE_IMX8
 	bool "Designware EQOS i.MX8 Ethernet driver"
 	depends on HAS_DMA && COMMON_CLK && OFTREE && (ARCH_IMX8M || COMPILE_TEST)
 	select DRIVER_NET_DESIGNWARE_EQOS
+	select MFD_SYSCON
 	help
 	  This option enables support for the Designware EQOS MAC implemented on
 	  the NXP i.MX8 SoCs.
-- 
2.30.2




             reply	other threads:[~2023-02-22 12:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-22 12:23 Bastian Krause [this message]
2023-02-22 12:40 ` Ahmad Fatoum
2023-02-23  9:32 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230222122320.1494205-1-bst@pengutronix.de \
    --to=bst@pengutronix.de \
    --cc=afa@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=lst@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox