Skip to content

Commit

Permalink
[nrf fromlist] manifest: update hal_nordic for normal voltage mode fix
Browse files Browse the repository at this point in the history
Normal voltage mode fix is part of MDK 8.67.0.

Upstream PR: zephyrproject-rtos/zephyr#78643

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
  • Loading branch information
nika-nordic committed Sep 18, 2024
1 parent 100befc commit cc927e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions soc/nordic/nrf54l/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions soc/nordic/nrf54l/soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
7 changes: 5 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ manifest:
url-base: https://github.com/zephyrproject-rtos
- name: babblesim
url-base: https://github.com/BabbleSim
- name: ncs
url-base: https://github.com/nrfconnect

group-filter: [-babblesim, -optional]

Expand Down Expand Up @@ -182,8 +184,9 @@ manifest:
path: modules/hal/microchip
groups:
- hal
- name: hal_nordic
revision: ab5cb2e2faeb1edfad7a25286dcb513929ae55da
- name: sdk-hal_nordic
remote: ncs
revision: 3e3ecc1483f221455dfd7333474ed3d3c5192844
path: modules/hal/nordic
groups:
- hal
Expand Down

0 comments on commit cc927e6

Please sign in to comment.