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 <lucien.zhao@nxp.com>
This commit is contained in:
Lucien Zhao 2025-06-06 15:20:34 +08:00 committed by Daniel DeGrasse
parent 585a85ac55
commit 2bcec4c67e

View File

@ -17,6 +17,11 @@ choice CACHE_TYPE
default EXTERNAL_CACHE
endchoice
# The existing SAI diver cannot initialize the PLL on the board,
# so the PLL settings will not be performed in the driver.
config I2S_HAS_PLL_SETTING
default n
endif # SOC_MIMXRT798S_CM33_CPU0
if SOC_MIMXRT798S_CM33_CPU1