Skip to content

Commit eb236d5

Browse files
committed
Revert "ASoC: SOF: Intel: MTL: Enable DMI L1"
This reverts commit 04f818c. It came to our attention that the access to the EM2 register is restricted to the DSP side on MTL compared to prior platforms. Writing to it from the host side has no effect (negative or positive), it is better to remove the code to not cause confusion and wrong impression. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent f02bb90 commit eb236d5

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

sound/soc/sof/intel/mtl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ static int mtl_dsp_post_fw_run(struct snd_sof_dev *sdev)
283283
}
284284

285285
hda_sdw_int_enable(sdev, true);
286-
287-
/* enable DMI L1 */
288-
snd_sof_dsp_update_bits(sdev, HDA_DSP_HDA_BAR, MTL_EM2, MTL_EM2_L1SEN, MTL_EM2_L1SEN);
289286
return 0;
290287
}
291288

sound/soc/sof/intel/mtl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#define MTL_HFINTIPPTR_PTR_MASK GENMASK(20, 0)
2929

3030
#define MTL_HDA_VS_D0I3C 0x1D4A
31-
#define MTL_EM2 0x1c44
32-
#define MTL_EM2_L1SEN BIT(13)
3331

3432
#define MTL_DSP2CXCAP_PRIMARY_CORE 0x178D00
3533
#define MTL_DSP2CXCTL_PRIMARY_CORE 0x178D04

0 commit comments

Comments
 (0)