Skip to content

Commit 359b2cd

Browse files
committed
[nrf fromlist] soc: nordic: nrf54l: remove normal voltage mode
Normal voltage mode is no longer supported by MDK 8.67.0. Upstream PR: zephyrproject-rtos/zephyr#78643 Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 243111c25d712a4fb426a6ddd86ee7814a713131)
1 parent a093fcd commit 359b2cd

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
@@ -87,9 +87,6 @@ config SOC_NRF_FORCE_CONSTLAT
8787
of base resources on while in sleep. The advantage of having a constant
8888
and predictable latency will be at the cost of having increased power consumption.
8989

90-
config SOC_NRF54L_NORMAL_VOLTAGE_MODE
91-
bool "NRF54L Normal Voltage Mode."
92-
9390
if NRF_GRTC_TIMER
9491

9592
config ELV_GRTC_LFXO_ALLOWED

soc/nordic/nrf54l/soc.c

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

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

0 commit comments

Comments
 (0)