zephyr/include/drivers/clock_control
Kumar Gala b275fec8c4 soc: stm32: convert to use DEVICE_DT_GET for clocks
Convert from device_get_binding to DEVICE_DT_GET.  In doing this we
no longer need the label in the devicetree node so we remove that.

Removed all __ASSERT_NO_MSG(clk) since we'll get a build error if
DEVICE_DT_GET cant be satisfied, and the clock control api's will
handle reporting if the device_is_ready.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-16 17:01:37 -06:00
..
arm_clock_control.h
clock_control_litex.h
lpc11u6x_clock_control.h
nrf_clock_control.h
stm32_clock_control.h soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00