mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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 <hvilleneuve@dimonoff.com>
This commit is contained in:
parent
57fce421a4
commit
57d9399b46
@ -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;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user