Skip to content

Commit 2bcec4c

Browse files
lucien-nxpdanieldegrasse
authored andcommitted
soc: nxp: imxrt7xx: set I2S_HAS_PLL_SETTING as n
The existing SAI diver cannot initialize the PLL on the board, so the PLL settings will not be performed in the driver. Signed-off-by: Lucien Zhao <[email protected]>
1 parent 585a85a commit 2bcec4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ choice CACHE_TYPE
1717
default EXTERNAL_CACHE
1818
endchoice
1919

20+
# The existing SAI diver cannot initialize the PLL on the board,
21+
# so the PLL settings will not be performed in the driver.
22+
config I2S_HAS_PLL_SETTING
23+
default n
24+
2025
endif # SOC_MIMXRT798S_CM33_CPU0
2126

2227
if SOC_MIMXRT798S_CM33_CPU1

0 commit comments

Comments
 (0)