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
1 changed files with 16 additions and 0 deletions
|
@ -32,13 +32,29 @@ if SOC_SERIES_NRF52X
|
||||||
|
|
||||||
config SOC_DCDC_NRF52X
|
config SOC_DCDC_NRF52X
|
||||||
bool
|
bool
|
||||||
|
select DEPRECATED
|
||||||
help
|
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.
|
Enable nRF52 series System on Chip DC/DC converter.
|
||||||
|
|
||||||
config SOC_DCDC_NRF52X_HV
|
config SOC_DCDC_NRF52X_HV
|
||||||
bool
|
bool
|
||||||
depends on SOC_NRF52840_QIAA
|
depends on SOC_NRF52840_QIAA
|
||||||
|
select DEPRECATED
|
||||||
help
|
help
|
||||||
|
This option is deprecated, use devicetree instead. Example
|
||||||
|
configuration:
|
||||||
|
|
||||||
|
®0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
Enable nRF52 series System on Chip High Voltage DC/DC converter.
|
Enable nRF52 series System on Chip High Voltage DC/DC converter.
|
||||||
|
|
||||||
config GPIO_AS_PINRESET
|
config GPIO_AS_PINRESET
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue