arm64: dts: freescale: imx8mp-verdin: Add EEPROM compatible fallback

According to the AT24 EEPROM bindings the compatible string should
contain first the actual manufacturer, and second the corresponding
atmel model.

Add the atmel compatible fallback accordingly.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Francesco Dolcini 2025-04-08 22:29:38 +02:00 committed by Shawn Guo
parent 42b2ac9f1b
commit 4e13da7c73

View File

@ -657,7 +657,7 @@ channel@7 {
};
eeprom@50 {
compatible = "st,24c02";
compatible = "st,24c02", "atmel,24c02";
pagesize = <16>;
reg = <0x50>;
};
@ -770,7 +770,7 @@ hwmon_temp: sensor@4f {
/* EEPROM on display adapter (MIPI DSI Display Adapter) */
eeprom_display_adapter: eeprom@50 {
compatible = "st,24c02";
compatible = "st,24c02", "atmel,24c02";
pagesize = <16>;
reg = <0x50>;
status = "disabled";
@ -778,7 +778,7 @@ eeprom_display_adapter: eeprom@50 {
/* EEPROM on carrier board */
eeprom_carrier_board: eeprom@57 {
compatible = "st,24c02";
compatible = "st,24c02", "atmel,24c02";
pagesize = <16>;
reg = <0x57>;
status = "disabled";