diff options
author | Alexander Dahl <ada@thorsis.com> | 2023-07-05 22:16:58 +0200 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@collabora.com> | 2023-08-02 08:54:21 +0300 |
commit | 19891288e323008fccdf82da05bd02d2f8093d38 (patch) | |
tree | 86cd174048d47b0572d996dcbd812ee195f6828e | |
parent | a2283b301c887fde34adac0e5c1a58d07ca9ca2d (diff) |
ARM: dts: at91: sam9x60-curiosity: Fix EEPROM type
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>
-rw-r--r-- | arch/arm/dts/at91-sam9x60_curiosity.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/at91-sam9x60_curiosity.dts b/arch/arm/dts/at91-sam9x60_curiosity.dts index d6ae3d648d..da5e19b66b 100644 --- a/arch/arm/dts/at91-sam9x60_curiosity.dts +++ b/arch/arm/dts/at91-sam9x60_curiosity.dts @@ -31,7 +31,7 @@ status = "okay"; eeprom@53 { - compatible = "atmel,24c32"; + compatible = "atmel,24c02"; reg = <0x53>; pagesize = <16>; }; |