We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cda675 commit aaa933aCopy full SHA for aaa933a
soc/nordic/nrf54l/soc.c
@@ -154,11 +154,6 @@ static inline void power_and_clock_configuration(void)
154
}
155
156
#if (DT_PROP(DT_NODELABEL(vregmain), regulator_initial_mode) == NRF5X_REG_MODE_DCDC)
157
-#if defined(__CORTEX_M) && !defined(NRF_TRUSTZONE_NONSECURE) && defined(__ARM_FEATURE_CMSE)
158
- if (*(uint32_t volatile *)0x00FFC334 <= 0x180A1D00) {
159
- *(uint32_t volatile *)0x50120640 = 0x1EA9E040;
160
- }
161
-#endif
162
nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MAIN, true);
163
#endif
164
0 commit comments