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:
Piotr Zięcik 2019-02-22 14:33:47 +01:00 committed by Carles Cufí
commit d30c9aeafd
20 changed files with 37 additions and 35 deletions

View file

@ -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);