soc: nordic: nrf52: deprecate SOC_DCDC_NRF52X[_HV]
Main supply can now be configured using DT. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
9097d5dac5
commit
aaacd682cc
|
@ -32,13 +32,29 @@ if SOC_SERIES_NRF52X
|
|||
|
||||
config SOC_DCDC_NRF52X
|
||||
bool
|
||||
select DEPRECATED
|
||||
help
|
||||
This option is deprecated, use devicetree instead. Example
|
||||
configuration:
|
||||
|
||||
®/reg1 {
|
||||
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
|
||||
};
|
||||
|
||||
Enable nRF52 series System on Chip DC/DC converter.
|
||||
|
||||
config SOC_DCDC_NRF52X_HV
|
||||
bool
|
||||
depends on SOC_NRF52840_QIAA
|
||||
select DEPRECATED
|
||||
help
|
||||
This option is deprecated, use devicetree instead. Example
|
||||
configuration:
|
||||
|
||||
®0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Enable nRF52 series System on Chip High Voltage DC/DC converter.
|
||||
|
||||
config GPIO_AS_PINRESET
|
||||
|
|
Loading…
Reference in New Issue