Re: [PATCH v3] usb: core: adds support for PM control of specific USB dev skip suspend.

From: Krzysztof Kozlowski
Date: Tue Oct 22 2024 - 09:15:07 EST


On 22/10/2024 11:09, huanglei814 wrote:
> +#ifdef CONFIG_USB_SKIP_SUSPEND
> + if (device_property_read_bool(tmpdev, "usb-skip-suspend")) {

You are adding this for DTS, so you need bindings and describe hardware
characteristic, not OS/driver policy.

Best regards,
Krzysztof