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] ARM: i.MX: dts: imx93-tqma9352-mba93xxla: add eeprom aliases
Date: Fri,  5 Dec 2025 15:31:12 +0100	[thread overview]
Message-ID: <20251205143112.1180264-1-s.hauer@pengutronix.de> (raw)

eeprom0 has an alias in the upstream device tree whereas the other
EEPROMs have not. Add aliases for the other EEPROMs. Without it the
other devices will also try to register themselves as eeprom0 which
fails with -EEXIST.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/dts/imx93-tqma9352-mba93xxla.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/dts/imx93-tqma9352-mba93xxla.dts b/arch/arm/dts/imx93-tqma9352-mba93xxla.dts
index d1d68a55e1..4b1624cdaa 100644
--- a/arch/arm/dts/imx93-tqma9352-mba93xxla.dts
+++ b/arch/arm/dts/imx93-tqma9352-mba93xxla.dts
@@ -3,3 +3,10 @@
 #include <arm64/freescale/imx93-tqma9352-mba93xxla.dts>
 #include "imx93.dtsi"
 #include "imx93-tqma93xx.dtsi"
+
+/ {
+	aliases {
+		eeprom1 = &eeprom1;
+		eeprom2 = &eeprom2;
+	};
+};
-- 
2.47.3




             reply	other threads:[~2025-12-05 14:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-05 14:31 Sascha Hauer [this message]
2025-12-05 14:33 ` Ahmad Fatoum
2025-12-08 12:02   ` 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=20251205143112.1180264-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