drivers: dac: mcp4725: remove usage of device_pm_control_nop
Fixes issue #35263 Signed-off-by: Kieran Mackey <kieran.mackey@lairdconnect.com>
This commit is contained in:
parent
3e369f935c
commit
5e10e77b69
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ static const struct dac_driver_api mcp4725_driver_api = {
|
|||
}; \
|
||||
\
|
||||
DEVICE_DT_INST_DEFINE(index, dac_mcp4725_init, \
|
||||
device_pm_control_nop, \
|
||||
NULL, \
|
||||
NULL, \
|
||||
&mcp4725_config_##index, POST_KERNEL, \
|
||||
CONFIG_DAC_MCP4725_INIT_PRIORITY, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue