From c5e724400ca61459582e13162bcc4fbf2fca8471 Mon Sep 17 00:00:00 2001 From: Tomasz Lauda Date: Mon, 6 May 2019 16:12:26 +0200 Subject: [PATCH] ssp: icl: enable registers for all 6 SSPs On Icelake we have 6 SSP ports, but we only enable registers for 3 of them. Let's enable all. Signed-off-by: Tomasz Lauda --- src/platform/icelake/include/platform/shim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/icelake/include/platform/shim.h b/src/platform/icelake/include/platform/shim.h index c89c986c3..ec8cbee00 100644 --- a/src/platform/icelake/include/platform/shim.h +++ b/src/platform/icelake/include/platform/shim.h @@ -219,7 +219,7 @@ #define DSP_INIT_IOPO 0x71A68 #define IOPO_DMIC_FLAG (1 << 0) -#define IOPO_I2S_FLAG (7 << 8) +#define IOPO_I2S_FLAG MASK(DAI_NUM_SSP_BASE + DAI_NUM_SSP_EXT + 7, 8) #define DSP_INIT_GENO 0x71A6C #define GENO_MDIVOSEL (1 << 1)