Skip to content

Commit f2cbbc3

Browse files
ehristevclaudiubeznea
authored andcommitted
ARM: dts: at91: sam9x60ek: fix eeprom compatible and size
The board has a microchip 24aa025e48 eeprom, which is a 2 Kbits memory, so it's compatible with at24c02 not at24c32. Also the size property is wrong, it's not 128 bytes, but 256 bytes. Thus removing and leaving it to the default (256). Fixes: 1e5f532 ("ARM: dts: at91: sam9x60: add device tree for soc and board") 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 1c40169 commit f2cbbc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,9 @@
233233
status = "okay";
234234

235235
eeprom@53 {
236-
compatible = "atmel,24c32";
236+
compatible = "atmel,24c02";
237237
reg = <0x53>;
238238
pagesize = <16>;
239-
size = <128>;
240239
status = "okay";
241240
};
242241
};

0 commit comments

Comments
 (0)