Skip to content

Commit ee5d75d

Browse files
committed
[nrf fromtree] soc: nordic: nrf54l: remove workaround for nRF54L anomaly 31
MDK 8.69.1 included in nrfx 3.10 already applies the workaround, so there is no need to do it again. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 566b3c0)
1 parent 9999e1c commit ee5d75d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

soc/nordic/nrf54l/soc.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,6 @@ static inline void power_and_clock_configuration(void)
144144
}
145145

146146
#if (DT_PROP(DT_NODELABEL(vregmain), regulator_initial_mode) == NRF5X_REG_MODE_DCDC)
147-
#if NRF54L_ERRATA_31_ENABLE_WORKAROUND
148-
/* Workaround for Errata 31 */
149-
if (nrf54l_errata_31()) {
150-
*((volatile uint32_t *)0x50120624ul) = 20 | 1<<5;
151-
*((volatile uint32_t *)0x5012063Cul) &= ~(1<<19);
152-
}
153-
#endif
154147
nrf_regulators_vreg_enable_set(NRF_REGULATORS, NRF_REGULATORS_VREG_MAIN, true);
155148
#endif
156149

0 commit comments

Comments
 (0)