Skip to content

Commit 416ce19

Browse files
ehristevclaudiubeznea
authored andcommitted
ARM: dts: at91: sama5d2_icp: fix eeprom compatibles
The eeprom memories on the board are microchip 24aa025e48, which are 2 Kbits and are compatible with at24c02 not at24c32. Fixes: 68a95ef ("ARM: dts: at91: sama5d2-icp: add SAMA5D2-ICP") Signed-off-by: Eugen Hristev <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f2cbbc3 commit 416ce19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/at91-sama5d2_icp.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,21 @@
329329
status = "okay";
330330

331331
eeprom@50 {
332-
compatible = "atmel,24c32";
332+
compatible = "atmel,24c02";
333333
reg = <0x50>;
334334
pagesize = <16>;
335335
status = "okay";
336336
};
337337

338338
eeprom@52 {
339-
compatible = "atmel,24c32";
339+
compatible = "atmel,24c02";
340340
reg = <0x52>;
341341
pagesize = <16>;
342342
status = "disabled";
343343
};
344344

345345
eeprom@53 {
346-
compatible = "atmel,24c32";
346+
compatible = "atmel,24c02";
347347
reg = <0x53>;
348348
pagesize = <16>;
349349
status = "disabled";

0 commit comments

Comments
 (0)