soc: nordic: nrf53: deprecate SOC_DCDC_NRF53X*

Regulators can now be configured using DT.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-25 12:00:48 +02:00 committed by Fabio Baltieri
commit 1eddb047f9

View file

@ -112,18 +112,42 @@ if SOC_NRF5340_CPUAPP
config SOC_DCDC_NRF53X_APP config SOC_DCDC_NRF53X_APP
bool bool
imply SOC_NRF53_ANOMALY_160_WORKAROUND_NEEDED imply SOC_NRF53_ANOMALY_160_WORKAROUND_NEEDED
select DEPRECATED
help help
This option is deprecated, use devicetree instead. Example
configuration:
&vregmain {
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
};
Enable nRF53 series System on Chip Application MCU DC/DC converter. Enable nRF53 series System on Chip Application MCU DC/DC converter.
config SOC_DCDC_NRF53X_NET config SOC_DCDC_NRF53X_NET
bool bool
imply SOC_NRF53_ANOMALY_160_WORKAROUND_NEEDED imply SOC_NRF53_ANOMALY_160_WORKAROUND_NEEDED
select DEPRECATED
help help
This option is deprecated, use devicetree instead. Example
configuration:
&vregradio {
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
};
Enable nRF53 series System on Chip Network MCU DC/DC converter. Enable nRF53 series System on Chip Network MCU DC/DC converter.
config SOC_DCDC_NRF53X_HV config SOC_DCDC_NRF53X_HV
bool bool
select DEPRECATED
help help
This option is deprecated, use devicetree instead. Example
configuration:
&vregh {
status = "okay";
};
Enable nRF53 series System on Chip High Voltage DC/DC converter. Enable nRF53 series System on Chip High Voltage DC/DC converter.
config NRF_SPU_FLASH_REGION_SIZE config NRF_SPU_FLASH_REGION_SIZE