media: dvb-usb-gl861: support I2C read from tuner via demod
Support Friio devices to read from tuner via demod tc90522, by enabling the config option. Signed-off-by: Akihiro Tsukada <tskd08@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
ecf20d28ff
commit
43be77fa6c
|
@ -242,6 +242,7 @@ struct friio_config {
|
|||
|
||||
static const struct friio_config friio_config = {
|
||||
.demod_info = { I2C_BOARD_INFO(TC90522_I2C_DEV_TER, 0x18), },
|
||||
.demod_cfg = { .split_tuner_read_i2c = true, },
|
||||
.tuner_info = { I2C_BOARD_INFO("tua6034_friio", 0x60), },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue