diff options
| author | Hugo Villeneuve <[email protected]> | 2026-02-06 15:55:25 -0500 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-02-06 20:32:36 -0300 |
| commit | 57d9399b466dcd5ebd443c2b9b4e72fe21d4131c (patch) | |
| tree | 1ba4aaec711e7a0a9135287c241ce614e8b365b9 /arch | |
| parent | 57fce421a4fa48811fc3727a4b35ef8c67b7c167 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx8mn-var-som-u-boot.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
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; }; |
