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 @@ -87,9 +87,6 @@ config SOC_NRF_FORCE_CONSTLAT
8787 of base resources on while in sleep. The advantage of having a constant
8888 and predictable latency will be at the cost of having increased power consumption.
8989
90- config SOC_NRF54L_NORMAL_VOLTAGE_MODE
91- bool "NRF54L Normal Voltage Mode."
92-
9390if NRF_GRTC_TIMER
9491
9592config ELV_GRTC_LFXO_ALLOWED
Original file line number Diff line number Diff line change @@ -157,10 +157,6 @@ static inline void power_and_clock_configuration(void)
157157 nrf_regulators_vreg_enable_set (NRF_REGULATORS , NRF_REGULATORS_VREG_MAIN , true);
158158#endif
159159
160- if (IS_ENABLED (CONFIG_SOC_NRF54L_NORMAL_VOLTAGE_MODE )) {
161- nrf_regulators_vreg_enable_set (NRF_REGULATORS , NRF_REGULATORS_VREG_MEDIUM , false);
162- }
163-
164160#if defined(CONFIG_ELV_GRTC_LFXO_ALLOWED )
165161 nrf_regulators_elv_mode_allow_set (NRF_REGULATORS , NRF_REGULATORS_ELV_ELVGRTCLFXO_MASK );
166162#endif /* CONFIG_ELV_GRTC_LFXO_ALLOWED */
You can’t perform that action at this time.
0 commit comments