Skip to content

Commit 6300e1b

Browse files
nika-nordicnashif
authored andcommitted
soc: nordic: nrf54l: remove normal voltage mode
Normal voltage mode is no longer supported by MDK 8.67.0. Signed-off-by: Nikodem Kastelik <[email protected]>
1 parent 9105b19 commit 6300e1b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

soc/nordic/nrf54l/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ config SOC_NRF_FORCE_CONSTLAT
7979
of base resources on while in sleep. The advantage of having a constant
8080
and predictable latency will be at the cost of having increased power consumption.
8181

82-
config SOC_NRF54L_NORMAL_VOLTAGE_MODE
83-
bool "NRF54L Normal Voltage Mode."
84-
8582
if NRF_GRTC_TIMER
8683

8784
config ELV_GRTC_LFXO_ALLOWED

soc/nordic/nrf54l/soc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ static int nordicsemi_nrf54l_init(void)
156156
nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MAIN, true);
157157
#endif
158158

159-
if (IS_ENABLED(CONFIG_SOC_NRF54L_NORMAL_VOLTAGE_MODE)) {
160-
nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MEDIUM, false);
161-
}
162-
163159
#if defined(CONFIG_ELV_GRTC_LFXO_ALLOWED)
164160
nrf_regulators_elv_mode_allow_set(NRF_REGULATORS, NRF_REGULATORS_ELV_ELVGRTCLFXO_MASK);
165161
#endif /* CONFIG_ELV_GRTC_LFXO_ALLOWED */

0 commit comments

Comments
 (0)