Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 68a95ef72cefe ("ARM: dts: at91: sama5d2-icp: add SAMA5D2-ICP")
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220607090455.80433-2-eugen.hristev@microchip.com

authored by

Eugen Hristev and committed by
Claudiu Beznea
416ce193 f2cbbc3f

+3 -3
+3 -3
arch/arm/boot/dts/at91-sama5d2_icp.dts
··· 329 329 status = "okay"; 330 330 331 331 eeprom@50 { 332 - compatible = "atmel,24c32"; 332 + compatible = "atmel,24c02"; 333 333 reg = <0x50>; 334 334 pagesize = <16>; 335 335 status = "okay"; 336 336 }; 337 337 338 338 eeprom@52 { 339 - compatible = "atmel,24c32"; 339 + compatible = "atmel,24c02"; 340 340 reg = <0x52>; 341 341 pagesize = <16>; 342 342 status = "disabled"; 343 343 }; 344 344 345 345 eeprom@53 { 346 - compatible = "atmel,24c32"; 346 + compatible = "atmel,24c02"; 347 347 reg = <0x53>; 348 348 pagesize = <16>; 349 349 status = "disabled";