diff --git a/soc/nordic/nrf54l/Kconfig b/soc/nordic/nrf54l/Kconfig index f5e62021e1e..6f29ea5272f 100644 --- a/soc/nordic/nrf54l/Kconfig +++ b/soc/nordic/nrf54l/Kconfig @@ -59,6 +59,9 @@ config SOC_NRF54L_VREG_MAIN_DCDC To enable, an inductor must be connected to the DC/DC converter pin. config SOC_NRF54L_NORMAL_VOLTAGE_MODE + select DEPRECATED + help + This mode is deprecated and shall no longer be used. bool "NRF54L Normal Voltage Mode." if NRF_GRTC_TIMER diff --git a/soc/nordic/nrf54l/soc.c b/soc/nordic/nrf54l/soc.c index 713e4e474d5..7ac26fb79bc 100644 --- a/soc/nordic/nrf54l/soc.c +++ b/soc/nordic/nrf54l/soc.c @@ -153,10 +153,6 @@ static int nordicsemi_nrf54l_init(void) nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MAIN, true); } - if (IS_ENABLED(CONFIG_SOC_NRF54L_NORMAL_VOLTAGE_MODE)) { - nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MEDIUM, false); - } - #if defined(CONFIG_ELV_GRTC_LFXO_ALLOWED) nrf_regulators_elv_mode_allow_set(NRF_REGULATORS, NRF_REGULATORS_ELV_ELVGRTCLFXO_MASK); #endif /* CONFIG_ELV_GRTC_LFXO_ALLOWED */ diff --git a/west.yml b/west.yml index e0c277e4ebe..bde64d94a31 100644 --- a/west.yml +++ b/west.yml @@ -183,7 +183,8 @@ manifest: groups: - hal - name: hal_nordic - revision: ab5cb2e2faeb1edfad7a25286dcb513929ae55da + url: https://github.com/nrfconnect/sdk-hal_nordic + revision: 3e3ecc1483f221455dfd7333474ed3d3c5192844 path: modules/hal/nordic groups: - hal