drivers: pwm: remove usage of device_pm_control_nop
device_pm_control_nop is now deprecated in favour of NULL. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
7d10f84ca9
commit
3b18fe0af7
17 changed files with 17 additions and 18 deletions
|
@ -386,7 +386,7 @@ static struct pwm_data pwm_nrf5_sw_0_data;
|
|||
|
||||
DEVICE_DT_INST_DEFINE(0,
|
||||
pwm_nrf5_sw_init,
|
||||
device_pm_control_nop,
|
||||
NULL,
|
||||
&pwm_nrf5_sw_0_data,
|
||||
&pwm_nrf5_sw_0_config,
|
||||
POST_KERNEL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue