mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] net: macb: Adjust zynq compatibles to upstream device trees
Date: Tue, 21 Mar 2023 15:58:53 +0100	[thread overview]
Message-ID: <20230321145853.3051494-1-s.hauer@pengutronix.de> (raw)

Linux v6.3-rc1 renamed the zynq macb compatibles from cdns,zynq-gem to
xlnx,zynq-gem and cdns,zynqmp-gem to xlnx,zynqmp-gem. Adjust the
compatibles in the driver accordingly.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 drivers/net/macb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 3d7627fed8..9dd273a504 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -936,8 +936,8 @@ static const struct of_device_id macb_dt_ids[] = {
 	{ .compatible = "atmel,sama5d2-gem",},
 	{ .compatible = "atmel,sama5d3-gem",},
 	{ .compatible = "atmel,sama5d4-gem",},
-	{ .compatible = "cdns,zynq-gem",},
-	{ .compatible = "cdns,zynqmp-gem",},
+	{ .compatible = "xlnx,zynq-gem",},
+	{ .compatible = "xlnx,zynqmp-gem",},
 	{ .compatible = "sifive,fu540-c000-gem", .data = &fu540_c000_config },
 	{ /* sentinel */ }
 };
-- 
2.30.2




                 reply	other threads:[~2023-03-21 15:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230321145853.3051494-1-s.hauer@pengutronix.de \
    --to=s.hauer@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