intel_adsp: ace15: shim: update wovrco request bit
Updating value of WOVRCO request bit in CLKCTL register according to the documentation. Previus value was mask used for clock enabling. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This commit is contained in:
parent
ea9dd59460
commit
2f2689e3d3
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ struct ace_dfpmccu {
|
|||
|
||||
#endif /* _ASMLANGUAGE */
|
||||
|
||||
#define ACE_CLKCTL_WOVCRO BIT(4) /* Request WOVCRO clock */
|
||||
#define ACE_CLKCTL_WOVCRO BIT(21) /* Request WOVCRO clock */
|
||||
|
||||
#define SHIM_LDOCTL_HPSRAM_LDO_ON (3 << 0)
|
||||
#define SHIM_LDOCTL_HPSRAM_LDO_BYPASS BIT(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue