Skip to content

Commit fc45a93

Browse files
nordic-krchjukkar
authored andcommitted
[nrf fromlist] soc: nordic: Use default SYS_CLOCK_TICKS_PER_SEC for PPR core
PPR was using 1 kHz system clock frequency instead of default 31250 Hz used on other cores with GRTC. Low frequency impacts system clock accuracy. There is no reason to use different frequency for PPR. Upstream PR #: 94112 Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit e78ab1d)
1 parent 5eeea0f commit fc45a93

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuppr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ if SOC_NRF54H20_CPUPPR
66
config NUM_IRQS
77
default 496
88

9-
config SYS_CLOCK_TICKS_PER_SEC
10-
default 1000
119
#
1210
# As PPR has limited memory most of tests does not fit with asserts enabled.
1311
config ASSERT

soc/nordic/nrf92/Kconfig.defconfig.nrf9280_cpuppr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ if SOC_NRF9280_CPUPPR
66
config NUM_IRQS
77
default 496
88

9-
config SYS_CLOCK_TICKS_PER_SEC
10-
default 1000
11-
129
config RV_BOOT_HART
1310
default 13 if SOC_NRF9230_ENGB
1411

0 commit comments

Comments
 (0)