Re: [RFC PATCH 2/2] arm64: dts: qcom: lemans-evk: Enable wakeup for primary USB controller
From: Krzysztof Kozlowski
Date: Mon Feb 16 2026 - 07:58:26 EST
On 15/02/2026 19:33, Swati Agarwal wrote:
> Add the "wakeup-source" property to the primary port controller node so its
> interrupt can wake the system from low‑power states on lemans EVK
> platform.
>
> Signed-off-by: Swati Agarwal <swati.agarwal@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/lemans-evk.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/lemans-evk.dts b/arch/arm64/boot/dts/qcom/lemans-evk.dts
> index 90fce947ca7e..50620b557404 100644
> --- a/arch/arm64/boot/dts/qcom/lemans-evk.dts
> +++ b/arch/arm64/boot/dts/qcom/lemans-evk.dts
> @@ -515,6 +515,8 @@ usb-typec@67 {
> pinctrl-0 = <&usb_id>, <&usb0_intr_state>;
> pinctrl-names = "default";
>
> + wakeup-source;
I don't think this was tested. Please read internal guideline which asks
you about specific steps YOU MUST do.
Best regards,
Krzysztof