mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 08:26:49 +07:00
V4L/DVB (12934): SAA7164: Fix i2c eeprom read errors during load (some boards).
Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
50bcb4aefe
commit
30015c1ed7
@ -57,7 +57,7 @@ struct saa7164_board saa7164_boards[] = {
|
||||
.portb = SAA7164_MPEG_DVB,
|
||||
.chiprev = SAA7164_CHIP_REV3,
|
||||
.unit = {{
|
||||
.id = 0x06,
|
||||
.id = 0x1d,
|
||||
.type = SAA7164_UNIT_EEPROM,
|
||||
.name = "4K EEPROM",
|
||||
.i2c_bus_nr = SAA7164_I2C_BUS_0,
|
||||
@ -141,7 +141,7 @@ struct saa7164_board saa7164_boards[] = {
|
||||
.portb = SAA7164_MPEG_DVB,
|
||||
.chiprev = SAA7164_CHIP_REV2,
|
||||
.unit = {{
|
||||
.id = 0x06,
|
||||
.id = 0x1d,
|
||||
.type = SAA7164_UNIT_EEPROM,
|
||||
.name = "4K EEPROM",
|
||||
.i2c_bus_nr = SAA7164_I2C_BUS_0,
|
||||
@ -253,7 +253,7 @@ struct saa7164_board saa7164_boards[] = {
|
||||
.portb = SAA7164_MPEG_DVB,
|
||||
.chiprev = SAA7164_CHIP_REV3,
|
||||
.unit = {{
|
||||
.id = 0x22,
|
||||
.id = 0x28,
|
||||
.type = SAA7164_UNIT_EEPROM,
|
||||
.name = "4K EEPROM",
|
||||
.i2c_bus_nr = SAA7164_I2C_BUS_0,
|
||||
@ -309,7 +309,7 @@ struct saa7164_board saa7164_boards[] = {
|
||||
.portb = SAA7164_MPEG_DVB,
|
||||
.chiprev = SAA7164_CHIP_REV3,
|
||||
.unit = {{
|
||||
.id = 0x22,
|
||||
.id = 0x26,
|
||||
.type = SAA7164_UNIT_EEPROM,
|
||||
.name = "4K EEPROM",
|
||||
.i2c_bus_nr = SAA7164_I2C_BUS_0,
|
||||
|
Loading…
Reference in New Issue
Block a user