commit | d08aea21c89dc2d302cadb5c2cc5410b6c3395c8 | [log] [tgz] |
---|---|---|
author | Maxim Kochetkov <fido_max@inbox.ru> | Fri Dec 10 21:26:03 2021 +0300 |
committer | Bartosz Golaszewski <brgl@bgdev.pl> | Mon Dec 13 14:42:39 2021 +0100 |
tree | 442c839360b273e422a2165fbaa4c29fc9db251c | |
parent | 151a1523160e254fe0c175f540c92cbf7f3cd489 [diff] |
eeprom: at24: Add support for 24c1025 EEPROM Microchip EEPROM 24xx1025 is like a 24c1024. The only difference between them is that the I2C address bit used to select between the two banks is bit 2 for the 1025 and not bit 0 as in the 1024. Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>