reduce ts speed, some motherboard chipsets cannot handle it

This commit is contained in:
Ralph Metzler 2019-03-14 12:42:52 +01:00
parent 6e5dc4e367
commit 2e3c59ecc3
1 changed files with 1 additions and 1 deletions

View File

@ -1399,7 +1399,7 @@ static struct stv0910_cfg stv0910_p = {
.parallel = 1,
.rptlvl = 4,
.clk = 30000000,
.tsspeed = 0x10,
.tsspeed = 0x20,
};
static int has_lnbh25(struct i2c_adapter *i2c, u8 adr)