dts: xtensa: intel_adsp_ace30: enable Mic privacy driver
Enable Microphone Privacy driver for Intel ACE 3.0 platform Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
This commit is contained in:
parent
83c360642d
commit
72f820cda3
3 changed files with 11 additions and 2 deletions
|
@ -446,6 +446,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
mic_privacy: mic-prv@71a40 {
|
||||
compatible = "intel,adsp-mic-privacy";
|
||||
reg = <0x71a40 0x8000>;
|
||||
interrupts = <29 0 0>;
|
||||
interrupt-parent = <&ace_intc>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
mem_window0: mem_window@70200 {
|
||||
compatible = "intel,adsp-mem-window";
|
||||
reg = <0x70200 0x8>;
|
||||
|
@ -623,7 +631,7 @@
|
|||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
interrupts = <4 0 0>;
|
||||
num-irqs = <28>;
|
||||
num-irqs = <30>;
|
||||
interrupt-parent = <&core_intc>;
|
||||
};
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ config MULTI_LEVEL_INTERRUPTS
|
|||
default y
|
||||
|
||||
config MAX_IRQ_PER_AGGREGATOR
|
||||
default 29
|
||||
default 30
|
||||
|
||||
config NUM_2ND_LEVEL_AGGREGATORS
|
||||
default 1
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define ACE_INTL_DTF 26
|
||||
#define ACE_INTL_FLV 27
|
||||
#define ACE_INTL_DPDMA 28
|
||||
#define ACE_INTL_MIC_PRIV 29
|
||||
|
||||
/* Device interrupt control for the low priority interrupts. It
|
||||
* provides per-core masking and status checking: ACE_DINT is an array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue