Skip to content

Commit e521c75

Browse files
committed
app: boards: Enable MICFIL PDM on i.MX8MP
Enable PDM MICFIL dts node and config option. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent ca7fbc4 commit e521c75

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/boards/imx8mp_evk_mimx8ml8_adsp.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CONFIG_FORMAT_CONVERT_HIFI3=n
44
CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n
55
CONFIG_DMA=y
66
CONFIG_DMA_NXP_SDMA=y
7+
CONFIG_DAI_NXP_MICFIL=y
78
CONFIG_TRACE=n
89
CONFIG_SHARED_INTERRUPTS=y
910
CONFIG_ZEPHYR_NATIVE_DRIVERS=y

app/boards/imx8mp_evk_mimx8ml8_adsp.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@
2323
rx-sync-mode = <1>;
2424
status = "okay";
2525
};
26+
27+
&micfil {
28+
status = "okay";
29+
};

0 commit comments

Comments
 (0)