Skip to content

Commit 2eec99b

Browse files
committed
platform: mtl: lowest clock as default
This patch sets lowest clock as default for Meteorlake platform. In current version FW does unnecessary clocks switching operations. FW should start from low value and scale-up if necessary. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent 3c682d8 commit 2eec99b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/platform/meteorlake/include/platform/lib

src/platform/meteorlake/include/platform/lib/clk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define CPU_LOWEST_FREQ_IDX CPU_WOVCRO_FREQ_IDX
2626

27-
#define CPU_DEFAULT_IDX CPU_HPRO_FREQ_IDX
27+
#define CPU_DEFAULT_IDX CPU_LOWEST_FREQ_IDX
2828

2929
#define SSP_DEFAULT_IDX 1
3030

0 commit comments

Comments
 (0)