File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ config NRFS_PMIC_SERVICE_ENABLED
106106config NRFS_DVFS_SERVICE_ENABLED
107107 bool "DVFS service"
108108 depends on NRFS_HAS_DVFS_SERVICE
109- default y if SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP
109+ default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || SOC_NRF9280_CPUAPP
110110
111111config NRFS_DIAG_SERVICE_ENABLED
112112 bool "System Diagnostics service (only for development purposes)"
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ int32_t ld_dvfs_configure_hsfll(enum dvfs_frequency_setting oppoint)
269269 freq_trim = 2 ;
270270 }
271271
272- #if defined(CONFIG_SOC_NRF54H20_CPUAPP ) || defined( CONFIG_SOC_NRF9280_CPUAPP )
272+ #if defined(NRF_APPLICATION )
273273 hsfll_trim .vsup = NRF_FICR -> TRIM .APPLICATION .HSFLL .TRIM .VSUP ;
274274 hsfll_trim .coarse = NRF_FICR -> TRIM .APPLICATION .HSFLL .TRIM .COARSE [freq_trim ];
275275 hsfll_trim .fine = NRF_FICR -> TRIM .APPLICATION .HSFLL .TRIM .FINE [freq_trim ];
You can’t perform that action at this time.
0 commit comments