drivers: sensor: Convert drivers to new DT device macros
Convert sensor drivers from: DEVICE_AND_API_INIT -> DEVICE_DT_INST_DEFINE DEVICE_GET -> DEVICE_DT_INST_GET DEVICE_DECLARE -> DEVICE_DT_INST_DECLARE etc.. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
b3939b651e
commit
5f605fd5ab
76 changed files with 101 additions and 101 deletions
|
@ -230,6 +230,6 @@ static const struct adt7420_dev_config adt7420_config = {
|
|||
#endif
|
||||
};
|
||||
|
||||
DEVICE_AND_API_INIT(adt7420, DT_INST_LABEL(0), adt7420_init, &adt7420_driver,
|
||||
DEVICE_DT_INST_DEFINE(0, adt7420_init, device_pm_control_nop, &adt7420_driver,
|
||||
&adt7420_config, POST_KERNEL, CONFIG_SENSOR_INIT_PRIORITY,
|
||||
&adt7420_driver_api);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue