arm64: dts: imx8mp: Add aliases for the access to the EEPROM ID page node
authorChristoph Niedermaier <cniedermaier@dh-electronics.com>
Fri, 6 Dec 2024 23:04:17 +0000 (00:04 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 7 Dec 2024 12:07:44 +0000 (09:07 -0300)
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>
arch/arm/dts/imx8mp-dhcom-u-boot.dtsi

index c065fb8..546490a 100644 (file)
@@ -9,6 +9,8 @@
        aliases {
                eeprom0 = &eeprom0;
                eeprom1 = &eeprom1;
+               eeprom0wl = &eeprom0wl;
+               eeprom1wl = &eeprom1wl;
                mmc0 = &usdhc2; /* MicroSD */
                mmc1 = &usdhc3; /* eMMC */
                mmc2 = &usdhc1; /* SDIO */