From: Hugo Villeneuve Date: Fri, 6 Feb 2026 20:55:25 +0000 (-0500) Subject: arm: dts: imx8mn-var-som: add som-eeprom alias to SOM u-boot dtsi X-Git-Tag: v2026.04-rc2~11^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d9399b466dcd5ebd443c2b9b4e72fe21d4131c;p=thirdparty%2Fu-boot.git arm: dts: imx8mn-var-som: add som-eeprom alias to SOM u-boot dtsi 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 --- diff --git a/arch/arm/dts/imx8mn-var-som-u-boot.dtsi b/arch/arm/dts/imx8mn-var-som-u-boot.dtsi index c27ad08377e..8f4e4efd8d9 100644 --- a/arch/arm/dts/imx8mn-var-som-u-boot.dtsi +++ b/arch/arm/dts/imx8mn-var-som-u-boot.dtsi @@ -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; };