]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: at91: sam9x60-curiosity: Fix EEPROM type
authorAlexander Dahl <ada@thorsis.com>
Wed, 5 Jul 2023 20:16:58 +0000 (22:16 +0200)
committerEugen Hristev <eugen.hristev@collabora.com>
Wed, 2 Aug 2023 05:54:21 +0000 (08:54 +0300)
The user guide says it's a Microchip 24AA025E48 serial EEPROM, which is
a 2-Kbit I2C Serial EEPROM with EUI-48™ Identity.  This is the chip
actually populated on board EV40E67A rev 4.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
arch/arm/dts/at91-sam9x60_curiosity.dts

index d6ae3d648daf92a3173a89f74d8c81c42b6dd88c..da5e19b66b8e5d2a2509e07c07d7dacea3feabfe 100644 (file)
@@ -31,7 +31,7 @@
                                        status = "okay";
 
                                        eeprom@53 {
-                                               compatible = "atmel,24c32";
+                                               compatible = "atmel,24c02";
                                                reg = <0x53>;
                                                pagesize = <16>;
                                        };