diff --git a/include/zephyr/pm/device.h b/include/zephyr/pm/device.h index 2c6734a95b4..734f6c08a60 100644 --- a/include/zephyr/pm/device.h +++ b/include/zephyr/pm/device.h @@ -576,7 +576,8 @@ int pm_device_power_domain_remove(const struct device *dev, * * @param dev Device instance. * - * @retval true If device is currently powered + * @retval true If device is currently powered, or is assumed to be powered + * (i.e. it does not support PM or is not under a PM domain) * @retval false If device is not currently powered */ bool pm_device_is_powered(const struct device *dev);