summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2018-03-06 11:45:30 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitb8980d474d11b60c145151d51bb4bdd1f0d02f5f (patch)
tree814d95766998f8662d55a5be14cdcc4e974272a0
parentfa96147d615ca5f8a7ae76b4a144cb8700aca118 (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>
-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 0f2b1b7859e9..ddaac1bfb2ce 100644
--- a/sound/soc/fsl/fsl_sai.c
+++ b/sound/soc/fsl/fsl_sai.c
@@ -70,7 +70,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,
};