diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-01-08 12:15:34 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2019-01-10 11:27:59 +0300 |
commit | 6dce6036325eb28962fb08dea955e45be7fde817 (patch) | |
tree | 3bca0776ef6f47d73dc48633b7100885ceb61fc8 /arch/arm/mach-davinci | |
parent | 71be5811815f455b23d8c4d19b91587d3d0e45c2 (diff) | |
download | linux-6dce6036325eb28962fb08dea955e45be7fde817.tar.xz |
ARM: davinci: sffsdr: fix the at24 eeprom device name
The currently used 24lc64 i2c device name doesn't match against any
of the devices supported by the at24 driver. Change it to the closest
compatible chip.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/board-sffsdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-sffsdr.c b/arch/arm/mach-davinci/board-sffsdr.c index 792bb84d5011..acd9778ffa07 100644 --- a/arch/arm/mach-davinci/board-sffsdr.c +++ b/arch/arm/mach-davinci/board-sffsdr.c @@ -100,7 +100,7 @@ static struct at24_platform_data eeprom_info = { static struct i2c_board_info __initdata i2c_info[] = { { - I2C_BOARD_INFO("24lc64", 0x50), + I2C_BOARD_INFO("24c64", 0x50), .platform_data = &eeprom_info, }, /* Other I2C devices: |