1
0
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:
rjkm 2022-02-12 15:28:05 +01:00
parent 31a781c2e3
commit d9a846d199

View File

@ -4424,7 +4424,9 @@ static int ddb_init_boards(struct ddb *dev)
if (info->regmap->mci) {
if (link->info->type == DDB_OCTOPUS_MCI ||
((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);
}
}