mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [PATCH v1] ARM: boards: protonic-imx6: fix board probe for LANMCU
Date: Thu, 16 Mar 2023 14:41:31 +0100	[thread overview]
Message-ID: <20230316134131.4068293-1-o.rempel@pengutronix.de> (raw)

Present barebox version does not execute board probe code on LANMCU.
Modify vendor prefix for proper functionality.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 arch/arm/boards/protonic-imx6/board.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/protonic-imx6/board.c b/arch/arm/boards/protonic-imx6/board.c
index d35d97209b..97d8bb87b2 100644
--- a/arch/arm/boards/protonic-imx6/board.c
+++ b/arch/arm/boards/protonic-imx6/board.c
@@ -1262,7 +1262,7 @@ static const struct of_device_id prt_imx6_of_match[] = {
 	{ .compatible = "kvg,vicut1", .data = &prt_imx6_cfg_vicut1 },
 	{ .compatible = "kvg,vicut1q", .data = &prt_imx6_cfg_vicut1q },
 	{ .compatible = "kvg,vicutp", .data = &prt_imx6_cfg_vicutp },
-	{ .compatible = "lan,lanmcu", .data = &prt_imx6_cfg_lanmcu },
+	{ .compatible = "vdl,lanmcu", .data = &prt_imx6_cfg_lanmcu },
 	{ .compatible = "ply,plybas", .data = &prt_imx6_cfg_plybas },
 	{ .compatible = "ply,plym2m", .data = &prt_imx6_cfg_plym2m },
 	{ .compatible = "prt,prti6g", .data = &prt_imx6_cfg_prti6g },
-- 
2.30.2




             reply	other threads:[~2023-03-16 13:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16 13:41 Oleksij Rempel [this message]
2023-03-17 11:12 ` 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=20230316134131.4068293-1-o.rempel@pengutronix.de \
    --to=o.rempel@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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