From 57d9399b466dcd5ebd443c2b9b4e72fe21d4131c Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 6 Feb 2026 15:55:25 -0500 Subject: [PATCH] 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 --- arch/arm/dts/imx8mn-var-som-u-boot.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) 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; }; -- 2.47.3