Skip to content

Commit d8494e3

Browse files
mstasiaknordicrlubos
authored andcommitted
modules: hal_nordic: remove nRF54LS05B clock frequency script
Since nRF54LS05B selects common nRF54L symbol, it will be calculated using Zephyr script. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 4ab0bfa commit d8494e3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

modules/hal_nordic/nrfx/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,3 @@ if(CONFIG_SOC_NRF7120_ENGA_CPUAPP)
3434
zephyr_library_sources(${NRFX_DIR}/soc/interconnect/dppic_ppib/nrfx_interconnect_dppic_ppib.c)
3535
endif()
3636
endif()
37-
38-
if(CONFIG_SOC_NRF54LS05B_ENGA_CPUAPP)
39-
dt_prop(clock_frequency PATH "/clocks/hfpll" PROPERTY "clock-frequency")
40-
math(EXPR clock_frequency_mhz "${clock_frequency} / 1000000")
41-
zephyr_compile_definitions("NRF_CONFIG_CPU_FREQ_MHZ=${clock_frequency_mhz}")
42-
endif()

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ manifest:
6464
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6565
- name: zephyr
6666
repo-path: sdk-zephyr
67-
revision: pull/3492/head
67+
revision: 170d5872f3aa80e42d387364beb2a5ac2b7efb6e
6868
import:
6969
# In addition to the zephyr repository itself, NCS also
7070
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)