Commit e381a810 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (12826): tm6000: adds 10ms delay between two consecutive i2c write ops

tm6000 original driver seems to use a delay between two consecutive i2c write
operations.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2d5024a9
...@@ -190,6 +190,7 @@ static void tm6000_config_tuner (struct tm6000_core *dev) ...@@ -190,6 +190,7 @@ static void tm6000_config_tuner (struct tm6000_core *dev)
ctl.mts = 1; ctl.mts = 1;
ctl.read_not_reliable = 1; ctl.read_not_reliable = 1;
ctl.msleep = 10;
xc2028_cfg.tuner = TUNER_XC2028; xc2028_cfg.tuner = TUNER_XC2028;
xc2028_cfg.priv = &ctl; xc2028_cfg.priv = &ctl;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment