mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The pm_device_runtime_enable did not suspend devices, so it assumed that the device was in a physically suspended state. This change makes sure that device is left in a suspended state if the device is initially active. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>