Skip to content

Commit 72f820c

Browse files
abonislawskikartben
authored andcommitted
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>
1 parent 83c3606 commit 72f820c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

dts/xtensa/intel/intel_adsp_ace30_ptl.dtsi

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,14 @@
446446
};
447447
};
448448

449+
mic_privacy: mic-prv@71a40 {
450+
compatible = "intel,adsp-mic-privacy";
451+
reg = <0x71a40 0x8000>;
452+
interrupts = <29 0 0>;
453+
interrupt-parent = <&ace_intc>;
454+
status = "okay";
455+
};
456+
449457
mem_window0: mem_window@70200 {
450458
compatible = "intel,adsp-mem-window";
451459
reg = <0x70200 0x8>;
@@ -623,7 +631,7 @@
623631
interrupt-controller;
624632
#interrupt-cells = <3>;
625633
interrupts = <4 0 0>;
626-
num-irqs = <28>;
634+
num-irqs = <30>;
627635
interrupt-parent = <&core_intc>;
628636
};
629637

soc/intel/intel_adsp/ace/Kconfig.defconfig.series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ config MULTI_LEVEL_INTERRUPTS
2323
default y
2424

2525
config MAX_IRQ_PER_AGGREGATOR
26-
default 29
26+
default 30
2727

2828
config NUM_2ND_LEVEL_AGGREGATORS
2929
default 1

soc/intel/intel_adsp/ace/include/ace30/adsp_interrupt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#define ACE_INTL_DTF 26
3737
#define ACE_INTL_FLV 27
3838
#define ACE_INTL_DPDMA 28
39+
#define ACE_INTL_MIC_PRIV 29
3940

4041
/* Device interrupt control for the low priority interrupts. It
4142
* provides per-core masking and status checking: ACE_DINT is an array

0 commit comments

Comments
 (0)