[PATCH 2/2] ARM: dts: at91: sam9x60ek: fix eeprom compatible
Eugen Hristev
eugen.hristev at microchip.com
Fri Apr 29 16:22:12 CEST 2022
The correct compatible for the eeprom is microchip,24aa025e48
as this is the populated memory on this board.
Reported-by: Sergiu Moga <sergiu.moga at microchip.com>
Signed-off-by: Eugen Hristev <eugen.hristev at 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 at 53 {
- compatible = "atmel,24c32";
+ compatible = "microchip,24aa025e48";
reg = <0x53>;
pagesize = <16>;
};
--
2.25.1
More information about the U-Boot
mailing list