Skip to content

Commit e51d936

Browse files
travis3630degjorva
authored andcommitted
Revert "[nrf noup] soc: nordic: nrf54l: Skip clock configuration from ns"
This reverts commit 5f7678f. Signed-off-by: Travis Lam <[email protected]>
1 parent 53fe382 commit e51d936

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

soc/nordic/nrf54l/Kconfig

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,10 @@ config SOC_NRF54LM20A_ENGA_CPUFLPR
5656
if SOC_SERIES_NRF54LX
5757

5858
config SOC_NRF54LX_SKIP_CLOCK_CONFIG
59-
bool
60-
prompt "Skip clock frequency configuration in system initialization" if TRUSTED_EXECUTION_SECURE
61-
default y if TRUSTED_EXECUTION_NONSECURE
59+
bool "Skip clock frequency configuration in system initialization"
6260
help
63-
With this option, the CPU clock frequency is not set during this
64-
Zephyr image's system initialization. The CPU runs with either
65-
the HW reset values, or with the configuration set by an image
66-
earlier in the boot chain.
67-
68-
Note that for security reasons it is not supported to configure
69-
the clock peripheral (NRF_OSCILLATORS) from the non-secure
70-
domain.
61+
With this option, the CPU clock frequency is not set during system initialization.
62+
The CPU runs with the default, hardware-selected frequency.
7163

7264
config SOC_NRF54LX_DISABLE_FICR_TRIMCNF
7365
bool "Disable trimming of the device"

0 commit comments

Comments
 (0)