summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_sai.c
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2018-03-06 11:45:30 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:53:55 +0800
commit24e96cb54885d528c889480de397703c676f017d (patch)
tree55ef07e5e2beb0bd8d18ea37f800aae4873ddb1f /sound/soc/fsl/fsl_sai.c
parent868ead7e7e0d6dc17512808ae84964a08a05499c (diff)
MLK-17156-1: ASoC: fsl_sai: update register offset for ULP B0
ULP B0 integrate the latest SAI IP, there is version id and parameter id register in the beginning, so update the offset for ULP B0 Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_sai.c')
-rw-r--r--sound/soc/fsl/fsl_sai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c
index f4b46fe69d8a..25b5022adb22 100644
--- a/sound/soc/fsl/fsl_sai.c
+++ b/sound/soc/fsl/fsl_sai.c
@@ -64,7 +64,7 @@ static struct fsl_sai_soc_data fsl_sai_imx7ulp = {
.fifos = 2,
.fifo_depth = 16,
.flags = SAI_FLAG_PMQOS,
- .reg_offset = 0,
+ .reg_offset = 8,
.constrain_period_size = false,
};