mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: i.MX: dts: imx93-tqma9352-mba93xxla: add eeprom aliases
@ 2025-12-05 14:31 Sascha Hauer
  2025-12-05 14:33 ` Ahmad Fatoum
  0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2025-12-05 14:31 UTC (permalink / raw)
  To: Barebox List

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




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

end of thread, other threads:[~2025-12-08 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-05 14:31 [PATCH] ARM: i.MX: dts: imx93-tqma9352-mba93xxla: add eeprom aliases Sascha Hauer
2025-12-05 14:33 ` Ahmad Fatoum
2025-12-08 12:02   ` Sascha Hauer

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