intel_adsp: lnl: add missing definition for lnl

Definition of ADSP_FORCE_DECOUPLED_HDMA_L1_EXIT_BIT,
which is used in the intel_adsp_force_dmi_l0_state function,
is missing.

Signed-off-by: Fabiola Kwasowiec <fabiola.kwasowiec@intel.com>
This commit is contained in:
Fabiola Kwasowiec 2023-12-14 10:08:01 +01:00 committed by Stephanos Ioannidis
commit 28d5d23a23

View file

@ -170,4 +170,6 @@ struct ace_dfpmccu {
#define GENO_MDIVOSEL BIT(1)
#define GENO_DIOPTOSEL BIT(2)
#define ADSP_FORCE_DECOUPLED_HDMA_L1_EXIT_BIT BIT(1)
#endif /* ZEPHYR_SOC_INTEL_ADSP_SHIM_H_ */