soc: lpc55xxx: Fix TFM

TFM is using flash, so sys. clock must be decreased.
Fixes #65957

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
Andrej Butok 2023-12-18 15:42:02 +01:00 committed by Carles Cufí
commit abcfd0cbd8

View file

@ -124,7 +124,7 @@ config INIT_PLL0
config INIT_PLL1 config INIT_PLL1
bool "Initialize PLL1" bool "Initialize PLL1"
default "y" default "y"
depends on !(SOC_LPC55S06 || FLASH) depends on !(SOC_LPC55S06 || FLASH || BUILD_WITH_TFM)
help help
In the LPC55XXX Family, this is currently being used to set the In the LPC55XXX Family, this is currently being used to set the
core clock value at it's highest frequency which clocks at 150MHz. core clock value at it's highest frequency which clocks at 150MHz.