intel_adsp: ace20_lnl: Fix i2svss DT field initialization
This patch fixes i2svss field initialisation in Device Tree for LNL platform. It fixes this bug: #482 Problem is observed only when using SSP_BLOB_VER_1_5 version. Unfortunatelly this version is not tested in FW validation tests. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
This commit is contained in:
parent
b75b4153d6
commit
1659aa2e0c
1 changed files with 2 additions and 2 deletions
|
@ -2263,8 +2263,8 @@ static const char irq_name_level5_z[] = "level5";
|
|||
.shim_base = DT_REG_ADDR_BY_IDX(DT_NODELABEL(shim), 0), \
|
||||
IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(hdamlssp)), \
|
||||
(.hdamlssp_base = DT_REG_ADDR(DT_NODELABEL(hdamlssp)),))\
|
||||
IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(i2svss)), \
|
||||
(.i2svss_base = DT_REG_ADDR(DT_NODELABEL(i2svss)),))\
|
||||
IF_ENABLED(DT_INST_PROP_HAS_IDX(n, i2svss, 0), \
|
||||
(.i2svss_base = DT_INST_PROP_BY_IDX(n, i2svss, 0),))\
|
||||
.irq = n, \
|
||||
.irq_name = irq_name_level5_z, \
|
||||
.fifo[DAI_DIR_PLAYBACK].offset = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue