]> git.sur5r.net Git - u-boot/blobdiff - drivers/misc/i2c_eeprom.c
misc: i2c_eeprom: Add compatible for AT24MAC402
[u-boot] / drivers / misc / i2c_eeprom.c
index b2de3dffc63b5d30420515d6ce606121ef06ad8d..9a77c6e164c0ee4c2fcafe46ea570c6a6054ddc7 100644 (file)
@@ -72,6 +72,7 @@ static const struct udevice_id i2c_eeprom_std_ids[] = {
        { .compatible = "atmel,24c04", .data = 4 },
        { .compatible = "atmel,24c08a", .data = 4 },
        { .compatible = "atmel,24c16a", .data = 4 },
+       { .compatible = "atmel,24mac402", .data = 4 },
        { .compatible = "atmel,24c32", .data = 5 },
        { .compatible = "atmel,24c64", .data = 5 },
        { .compatible = "atmel,24c128", .data = 6 },