mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
add MCI registers for FSM
This commit is contained in:
parent
b606a7b2b2
commit
8bda007f05
@ -319,6 +319,9 @@ static const struct ddb_regmap octopus_mod_2_map = {
|
|||||||
.odma = &octopus_mod_2_odma,
|
.odma = &octopus_mod_2_odma,
|
||||||
.odma_buf = &octopus_mod_2_odma_buf,
|
.odma_buf = &octopus_mod_2_odma_buf,
|
||||||
.channel = &octopus_mod_2_channel,
|
.channel = &octopus_mod_2_channel,
|
||||||
|
|
||||||
|
.mci = &sdr_mci,
|
||||||
|
.mci_buf = &sdr_mci_buf,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct ddb_regmap octopus_sdr_map = {
|
static const struct ddb_regmap octopus_sdr_map = {
|
||||||
|
Loading…
Reference in New Issue
Block a user