platform: init kcps budged before any kcps adjustments

KCPS budged should be initialized before any KCPS adjustments

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
This commit is contained in:
Adrian Bonislawski 2023-08-26 10:58:05 +02:00 committed by Liam Girdwood
parent 824a7820f3
commit 6a71338c19
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ int platform_init(struct sof *sof)
trace_point(TRACE_BOOT_PLATFORM_CLOCK);
platform_clock_init(sof);
kcps_budget_init();
/* Set DSP clock to MAX using KCPS API. Value should be lowered when KCPS API
* for modules is implemented