Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/platform/apollolake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct sof;
#define PLATFORM_DEFAULT_DELAY 12

/* minimal L1 exit time in cycles */
#define PLATFORM_FORCE_L1_EXIT_TIME 12288
#define PLATFORM_FORCE_L1_EXIT_TIME 585

/* Platform defined panic code */
static inline void platform_panic(uint32_t p)
Expand Down
2 changes: 1 addition & 1 deletion src/platform/cannonlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct sof;
#define PLATFORM_DEFAULT_DELAY 12

/* minimal L1 exit time in cycles */
#define PLATFORM_FORCE_L1_EXIT_TIME 8192
#define PLATFORM_FORCE_L1_EXIT_TIME 482

/* Platform defined trace code */
static inline void platform_panic(uint32_t p)
Expand Down