drivers: nrf_power_clock: Migrate to DTS.
This commit migrates the nrf_power_clock driver to DTS. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
This commit is contained in:
parent
bb6b1918b2
commit
d30c9aeafd
20 changed files with 37 additions and 35 deletions
|
@ -4928,7 +4928,7 @@ static void k32src_wait(void)
|
|||
done = true;
|
||||
|
||||
struct device *lf_clock = device_get_binding(
|
||||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_DRV_NAME);
|
||||
DT_NORDIC_NRF_CLOCK_0_LABEL "_32K");
|
||||
|
||||
LL_ASSERT(lf_clock);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue