From 28d5d23a232b69b213112e723e0a6392cbd5a47e Mon Sep 17 00:00:00 2001 From: Fabiola Kwasowiec Date: Thu, 14 Dec 2023 10:08:01 +0100 Subject: [PATCH] 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 --- soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/adsp_shim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/adsp_shim.h b/soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/adsp_shim.h index 363feb14fa0..f7661317062 100644 --- a/soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/adsp_shim.h +++ b/soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/adsp_shim.h @@ -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_ */