Skip to content

Commit

Permalink
app: boards: Enable MICFIL PDM on i.MX8MP
Browse files Browse the repository at this point in the history
Enable PDM MICFIL dts node and config option.

Signed-off-by: Daniel Baluta <[email protected]>
  • Loading branch information
dbaluta committed Feb 13, 2025
1 parent d4e06dd commit 400ff84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/boards/imx8mp_evk_mimx8ml8_adsp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n
CONFIG_DMA=y
CONFIG_DMA_NXP_SDMA=y
CONFIG_ZEPHYR_LOG=y
CONFIG_DAI_NXP_MICFIL=y
CONFIG_TRACE=n
CONFIG_SHARED_INTERRUPTS=y
CONFIG_ZEPHYR_NATIVE_DRIVERS=y
Expand Down
4 changes: 4 additions & 0 deletions app/boards/imx8mp_evk_mimx8ml8_adsp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
rx-sync-mode = <1>;
status = "okay";
};

&micfil {
status = "okay";
};

0 comments on commit 400ff84

Please sign in to comment.