diff options
author | Christoph Niedermaier <cniedermaier@dh-electronics.com> | 2024-12-07 00:04:17 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-12-07 09:07:44 -0300 |
commit | 04832973e29fc7662b468f5507f20b054d8996ee (patch) | |
tree | 9096553d3cf738fe9380cfb4b7fe7bbdceeabad0 | |
parent | ff9f080e59e16550cccdcc777dc62e0e2e210ed6 (diff) |
arm64: dts: imx8mp: Add aliases for the access to the EEPROM ID page node
The new i.MX8M Plus DHCOM rev.200 is populated with M24C32-D EEPROM
that contains an additional write-lockable page called ID page. Add
aliases eeprom0wl and eeprom1wl for the access to the EEPROM ID
page node.
Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Reviewed-by: Marek Vasut <marex@denx.de>
-rw-r--r-- | arch/arm/dts/imx8mp-dhcom-u-boot.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-dhcom-u-boot.dtsi b/arch/arm/dts/imx8mp-dhcom-u-boot.dtsi index c065fb82994..546490a4a81 100644 --- a/arch/arm/dts/imx8mp-dhcom-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-dhcom-u-boot.dtsi @@ -9,6 +9,8 @@ aliases { eeprom0 = &eeprom0; eeprom1 = &eeprom1; + eeprom0wl = &eeprom0wl; + eeprom1wl = &eeprom1wl; mmc0 = &usdhc2; /* MicroSD */ mmc1 = &usdhc3; /* eMMC */ mmc2 = &usdhc1; /* SDIO */ |