projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f1205
)
misc: i2c_eeprom: Add compatible for 24AA02E48
author
Wenyou Yang
<wenyou.yang@microchip.com>
Mon, 31 Jul 2017 03:25:30 +0000
(11:25 +0800)
committer
Tom Rini
<trini@konsulko.com>
Tue, 12 Sep 2017 21:58:53 +0000
(17:58 -0400)
Add the new compatible "microchip,
24aa02e48
" to accommodate
24AA02E48
,
the
24AA02E48
is a 2K I2C Serial EEPROM with pre-programmed globally
unique, 48-bit node address, and 8-byte page size.
Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
drivers/misc/i2c_eeprom.c
patch
|
blob
|
history
diff --git
a/drivers/misc/i2c_eeprom.c
b/drivers/misc/i2c_eeprom.c
index
a14e832
..
b2de3df
100644
(file)
--- a/
drivers/misc/i2c_eeprom.c
+++ b/
drivers/misc/i2c_eeprom.c
@@
-66,6
+66,7
@@
static int i2c_eeprom_std_probe(struct udevice *dev)
static const struct udevice_id i2c_eeprom_std_ids[] = {
{ .compatible = "i2c-eeprom", .data = 0 },
+ { .compatible = "microchip,24aa02e48", .data = 3 },
{ .compatible = "atmel,24c01a", .data = 3 },
{ .compatible = "atmel,24c02", .data = 3 },
{ .compatible = "atmel,24c04", .data = 4 },