summaryrefslogtreecommitdiffstats
path: root/drivers/misc/i2c_eeprom.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-01-26 22:47:55 -0500
committerTom Rini <trini@konsulko.com>2019-01-26 22:47:55 -0500
commit0da90255083681a02b24528f80da9d4062ff634a (patch)
tree3046fb2c4824adaf891d0356e024da0dd0b2398f /drivers/misc/i2c_eeprom.c
parent87f78478a4a1bf574db0b0e575ca37cf91fb187c (diff)
parent320194ae35801811bd7754f23ac04bd841d25aa3 (diff)
downloadu-boot-0da90255083681a02b24528f80da9d4062ff634a.tar.gz
u-boot-0da90255083681a02b24528f80da9d4062ff634a.tar.xz
u-boot-0da90255083681a02b24528f80da9d4062ff634a.zip
Merge branch '2019-01-25-master-imports'
- snapdragon 820c improvements - poplar updates - DFU + SPL cleanups - Improve the mediatek mmc driver - Other minor cleanups / improvements
Diffstat (limited to 'drivers/misc/i2c_eeprom.c')
-rw-r--r--drivers/misc/i2c_eeprom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/i2c_eeprom.c b/drivers/misc/i2c_eeprom.c
index 243e7ae5ab..29ad87c1d7 100644
--- a/drivers/misc/i2c_eeprom.c
+++ b/drivers/misc/i2c_eeprom.c
@@ -69,6 +69,7 @@ static const struct udevice_id i2c_eeprom_std_ids[] = {
{ .compatible = "atmel,24c01a", .data = 3 },
{ .compatible = "atmel,24c02", .data = 3 },
{ .compatible = "atmel,24c04", .data = 4 },
+ { .compatible = "atmel,24c08", .data = 4 },
{ .compatible = "atmel,24c08a", .data = 4 },
{ .compatible = "atmel,24c16a", .data = 4 },
{ .compatible = "atmel,24mac402", .data = 4 },