zephyr/drivers/dac
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
..
CMakeLists.txt drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
Kconfig drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
Kconfig.dacx0508
Kconfig.dacx3608 drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
Kconfig.mcux
Kconfig.sam0
Kconfig.stm32
dac_dacx0508.c
dac_dacx3608.c drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
dac_handlers.c
dac_mcux_dac.c
dac_mcux_dac32.c
dac_sam0.c
dac_shell.c
dac_stm32.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00