projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2283b3
)
ARM: dts: at91: sam9x60-curiosity: Fix EEPROM type
author
Alexander Dahl
<ada@thorsis.com>
Wed, 5 Jul 2023 20:16:58 +0000
(22:16 +0200)
committer
Eugen Hristev
<eugen.hristev@collabora.com>
Wed, 2 Aug 2023 05:54:21 +0000
(08:54 +0300)
The user guide says it's a Microchip
24AA025E48
serial EEPROM, which is
a 2-Kbit I2C Serial EEPROM with EUI-48™ Identity. This is the chip
actually populated on board EV40E67A rev 4.
Signed-off-by: Alexander Dahl <ada@thorsis.com>
arch/arm/dts/at91-sam9x60_curiosity.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/at91-sam9x60_curiosity.dts
b/arch/arm/dts/at91-sam9x60_curiosity.dts
index d6ae3d648daf92a3173a89f74d8c81c42b6dd88c..da5e19b66b8e5d2a2509e07c07d7dacea3feabfe 100644
(file)
--- a/
arch/arm/dts/at91-sam9x60_curiosity.dts
+++ b/
arch/arm/dts/at91-sam9x60_curiosity.dts
@@
-31,7
+31,7
@@
status = "okay";
eeprom@53 {
- compatible = "atmel,24c
3
2";
+ compatible = "atmel,24c
0
2";
reg = <0x53>;
pagesize = <16>;
};