From aaacd682cc4cc6b0106b2de8fe6a963584e4ceff Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 20 Jun 2024 10:52:04 +0200 Subject: [PATCH] soc: nordic: nrf52: deprecate SOC_DCDC_NRF52X[_HV] Main supply can now be configured using DT. Signed-off-by: Gerard Marull-Paretas --- soc/nordic/nrf52/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/soc/nordic/nrf52/Kconfig b/soc/nordic/nrf52/Kconfig index b248b972f94..adb57916627 100644 --- a/soc/nordic/nrf52/Kconfig +++ b/soc/nordic/nrf52/Kconfig @@ -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 = ; + }; + 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