Skip to content

Commit

Permalink
[media] saa7164: change Si2168 reglen to 0 bit
Browse files Browse the repository at this point in the history
The i2c_reg_len for Si2168 should be 0 for correct I2C communication.

Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
Olli Salonen authored and Mauro Carvalho Chehab committed Jun 10, 2015
1 parent 555416f commit d976872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/pci/saa7164/saa7164-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ struct saa7164_board saa7164_boards[] = {
.name = "SI2168-1",
.i2c_bus_nr = SAA7164_I2C_BUS_2,
.i2c_bus_addr = 0xc8 >> 1,
.i2c_reg_len = REGLEN_8bit,
.i2c_reg_len = REGLEN_0bit,
}, {
.id = 0x25,
.type = SAA7164_UNIT_TUNER,
Expand All @@ -635,7 +635,7 @@ struct saa7164_board saa7164_boards[] = {
.name = "SI2168-2",
.i2c_bus_nr = SAA7164_I2C_BUS_2,
.i2c_bus_addr = 0xcc >> 1,
.i2c_reg_len = REGLEN_8bit,
.i2c_reg_len = REGLEN_0bit,
} },
},
};
Expand Down

0 comments on commit d976872

Please sign in to comment.