
29 Apr
2022
29 Apr
'22
4:22 p.m.
The correct compatible for the eeprom is microchip,24aa025e48 as this is the populated memory on this board.
Reported-by: Sergiu Moga sergiu.moga@microchip.com Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/sam9x60ek.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/sam9x60ek.dts b/arch/arm/dts/sam9x60ek.dts index 32ffe93b4d..bc626d4eb9 100644 --- a/arch/arm/dts/sam9x60ek.dts +++ b/arch/arm/dts/sam9x60ek.dts @@ -72,7 +72,7 @@ status = "okay";
eeprom@53 { - compatible = "atmel,24c32"; + compatible = "microchip,24aa025e48"; reg = <0x53>; pagesize = <16>; };
--
2.25.1