Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
rdfremont: add timer id in cmn cyprus config data
Browse files Browse the repository at this point in the history
Due to the recent addition of multichip support in the CMN Cyprus
driver, a timer identifier needs to be provided by the user in the
config data. Hence, configure the timer ID in the config_cmn_cyprus.c
file in the RD-Fremont platform scp ramfw.

Signed-off-by: Shriram K <[email protected]>
Change-Id: Ia8421bc4cc495159db6b87c7688027a407612396
  • Loading branch information
shriram-k-arm committed May 31, 2024
1 parent 6529b72 commit 96a57f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ static struct mod_cmn_cyprus_config cmn_config_table[PLATFORM_CHIP_COUNT] = {
static struct mod_cmn_cyprus_config_table cmn_config_data = {
.chip_config_data = cmn_config_table,
.chip_count = PLATFORM_CHIP_COUNT,
.timer_id = FWK_ID_ELEMENT_INIT(FWK_MODULE_IDX_TIMER, 0),
};

const struct fwk_module_config config_cmn_cyprus = {
Expand Down

0 comments on commit 96a57f0

Please sign in to comment.