mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
use MCI interface for modulators with revision 1
This commit is contained in:
parent
31a781c2e3
commit
d9a846d199
@ -4424,7 +4424,9 @@ static int ddb_init_boards(struct ddb *dev)
|
|||||||
if (info->regmap->mci) {
|
if (info->regmap->mci) {
|
||||||
if (link->info->type == DDB_OCTOPUS_MCI ||
|
if (link->info->type == DDB_OCTOPUS_MCI ||
|
||||||
((link->info->type == DDB_MOD) &&
|
((link->info->type == DDB_MOD) &&
|
||||||
(link->ids.regmapid & 0xfff0)))
|
(link->ids.regmapid & 0xfff0)) ||
|
||||||
|
((link->info->type == DDB_MOD) &&
|
||||||
|
(link->ids.revision == 1)))
|
||||||
mci_init(link);
|
mci_init(link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user