add MCI registers for FSM

This commit is contained in:
rjkm 2021-12-06 14:54:51 +01:00
parent b606a7b2b2
commit 8bda007f05
1 changed files with 3 additions and 0 deletions

View File

@ -319,6 +319,9 @@ static const struct ddb_regmap octopus_mod_2_map = {
.odma = &octopus_mod_2_odma,
.odma_buf = &octopus_mod_2_odma_buf,
.channel = &octopus_mod_2_channel,
.mci = &sdr_mci,
.mci_buf = &sdr_mci_buf,
};
static const struct ddb_regmap octopus_sdr_map = {