]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: imx8mn-var-som: add som-eeprom alias to SOM u-boot dtsi
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Fri, 6 Feb 2026 20:55:25 +0000 (15:55 -0500)
committerFabio Estevam <festevam@gmail.com>
Fri, 6 Feb 2026 23:32:36 +0000 (20:32 -0300)
The som-eeprom alias is specific to U-Boot, and not present in upstream
linux imx8mn-var-som device tree.

Add it to the SOM U-Boot specific device tree file in preparation
for migration to OF_UPSTREAM.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
arch/arm/dts/imx8mn-var-som-u-boot.dtsi

index c27ad08377eaab331c1fd545a111a7c5c2915415..8f4e4efd8d978d2a6fc34af72f9d57da058f97da 100644 (file)
@@ -5,6 +5,12 @@
 
 #include "imx8mn-u-boot.dtsi"
 
+/ {
+       aliases {
+               eeprom-som = &eeprom_som;
+       };
+};
+
 &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} {
        bootph-pre-ram;
 };