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 10, 2025
1 parent ca7fbc4 commit e521c75
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 @@ -4,6 +4,7 @@ CONFIG_FORMAT_CONVERT_HIFI3=n
CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n
CONFIG_DMA=y
CONFIG_DMA_NXP_SDMA=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 e521c75

Please sign in to comment.