soc: nordic: nrf54l: remove configuration of DCDC regulator
Since nrfx 3.9 integration, configuration is executed in MDK SystemInit(). Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
parent
9b3fe8cb88
commit
2d378a19fe
1 changed files with 0 additions and 5 deletions
|
@ -153,11 +153,6 @@ static int nordicsemi_nrf54l_init(void)
|
|||
}
|
||||
|
||||
#if (DT_PROP(DT_NODELABEL(vregmain), regulator_initial_mode) == NRF5X_REG_MODE_DCDC)
|
||||
#if defined(__CORTEX_M) && !defined(NRF_TRUSTZONE_NONSECURE) && defined(__ARM_FEATURE_CMSE)
|
||||
if (*(uint32_t volatile *)0x00FFC334 <= 0x180A1D00) {
|
||||
*(uint32_t volatile *)0x50120640 = 0x1EA9E040;
|
||||
}
|
||||
#endif
|
||||
nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MAIN, true);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue