From 2bcec4c67eaa9f4c76f962cba74ed6d91ee4d0f8 Mon Sep 17 00:00:00 2001 From: Lucien Zhao Date: Fri, 6 Jun 2025 15:20:34 +0800 Subject: [PATCH] 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 --- soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig b/soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig index f4b910a2578..0fb248ecf2f 100644 --- a/soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig +++ b/soc/nxp/imxrt/imxrt7xx/Kconfig.defconfig @@ -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