File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,6 @@ config SOC_NRF_FORCE_CONSTLAT
7979 of base resources on while in sleep. The advantage of having a constant
8080 and predictable latency will be at the cost of having increased power consumption.
8181
82- config SOC_NRF54L_NORMAL_VOLTAGE_MODE
83- bool "NRF54L Normal Voltage Mode."
84-
8582if NRF_GRTC_TIMER
8683
8784config ELV_GRTC_LFXO_ALLOWED
Original file line number Diff line number Diff line change @@ -156,10 +156,6 @@ static int nordicsemi_nrf54l_init(void)
156156 nrf_regulators_vreg_enable_set (NRF_REGULATORS , NRF_REGULATORS_VREG_MAIN , true);
157157#endif
158158
159- if (IS_ENABLED (CONFIG_SOC_NRF54L_NORMAL_VOLTAGE_MODE )) {
160- nrf_regulators_vreg_enable_set (NRF_REGULATORS , NRF_REGULATORS_VREG_MEDIUM , false);
161- }
162-
163159#if defined(CONFIG_ELV_GRTC_LFXO_ALLOWED )
164160 nrf_regulators_elv_mode_allow_set (NRF_REGULATORS , NRF_REGULATORS_ELV_ELVGRTCLFXO_MASK );
165161#endif /* CONFIG_ELV_GRTC_LFXO_ALLOWED */
You can’t perform that action at this time.
0 commit comments