soc: intel_s1000: add DMIC power control
Add DMIC power on to SoC init sequence Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
parent
978bdf0d5d
commit
c3da9238f1
2 changed files with 26 additions and 5 deletions
|
@ -117,6 +117,16 @@ struct soc_resource_alloc_regs {
|
|||
u32_t geno;
|
||||
};
|
||||
|
||||
/* DMIC SHIM Registers */
|
||||
#define SOC_DMIC_SHIM_REG_BASE 0x00071E80
|
||||
#define SOC_DMIC_SHIM_DMICLCTL_SPA BIT(0)
|
||||
#define SOC_DMIC_SHIM_DMICLCTL_CPA BIT(8)
|
||||
|
||||
struct soc_dmic_shim_regs {
|
||||
u32_t dmiclcap;
|
||||
u32_t dmiclctl;
|
||||
};
|
||||
|
||||
/* SOC DSP SHIM Registers */
|
||||
#define SOC_DSP_SHIM_REG_BASE 0x00071F00
|
||||
/* SOC DSP SHIM Register - Clock Control */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue