]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-am625-verdin: Add EEPROM compatible fallback
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Tue, 8 Apr 2025 20:26:55 +0000 (22:26 +0200)
committerNishanth Menon <nm@ti.com>
Fri, 18 Apr 2025 18:28:13 +0000 (13:28 -0500)
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>
Link: https://lore.kernel.org/r/20250408202655.6329-1-francesco@dolcini.it
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62-verdin-dahlia.dtsi
arch/arm64/boot/dts/ti/k3-am62-verdin-yavia.dtsi

index fcc4cb2e9389bca81f099f12fed4f5f518a83b4b..2b5f5e50b5783867561809c90be26fb487135d17 100644 (file)
 
        /* EEPROM */
        eeprom@57 {
-               compatible = "st,24c02";
+               compatible = "st,24c02", "atmel,24c02";
                reg = <0x57>;
                pagesize = <16>;
        };
index 7372d392ec8a349b97b1787fd0ee0b946e3926e5..9a2483cf5d7037da76d28c6193de266ce5026641 100644 (file)
 
        /* EEPROM */
        eeprom@57 {
-               compatible = "st,24c02";
+               compatible = "st,24c02", "atmel,24c02";
                reg = <0x57>;
                pagesize = <16>;
        };