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:
parent
b6aea97dc7
commit
28d5d23a23
1 changed files with 2 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue