Commit abcfd0cb authored by Andrej Butok's avatar Andrej Butok Committed by Carles Cufi
Browse files

soc: lpc55xxx: Fix TFM



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

Signed-off-by: default avatarAndrej Butok <andrey.butok@nxp.com>
parent 276ae6c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ config INIT_PLL0
config INIT_PLL1
	bool "Initialize PLL1"
	default "y"
	depends on !(SOC_LPC55S06 || FLASH)
	depends on !(SOC_LPC55S06 || FLASH || BUILD_WITH_TFM)
	help
	  In the LPC55XXX Family, this is currently being used to set the
	  core clock value at it's highest frequency which clocks at 150MHz.