From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 709F2C433F5 for ; Thu, 7 Apr 2022 17:02:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241799AbiDGREm (ORCPT ); Thu, 7 Apr 2022 13:04:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243267AbiDGREl (ORCPT ); Thu, 7 Apr 2022 13:04:41 -0400 Received: from mail-pl1-x62e.google.com (mail-pl1-x62e.google.com [IPv6:2607:f8b0:4864:20::62e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 151DD1C9B66 for ; Thu, 7 Apr 2022 10:02:40 -0700 (PDT) Received: by mail-pl1-x62e.google.com with SMTP id k13so325843plk.12 for ; Thu, 07 Apr 2022 10:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=0ivtkeOg+kP/2Vx3yPWIEgDzLpCVU+G/AfaFqRH+wuI=; b=CRO266mD+o2s7koF4nsc9f25nTY4YXwNwNNuMVvyI0LMrzFKYWahos6STTpZ5neC4h 4o9S52XkmugTW8mbObYEZe8W0PKvFs3qGrWlvbkFYE72ND3OJkRKXVjzMMbuHKDnn2gm J2RElLWCnPUy3hV5mZap4aMK87Ef7ffQu534E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0ivtkeOg+kP/2Vx3yPWIEgDzLpCVU+G/AfaFqRH+wuI=; b=PnAtFV7Fc8DszsieDaXk7mP0u2o0T3AN4x050wUh75/sttvOQ7awXyvxIRNYfinOnb Wo2gnSZWgV7Cq4wLk0xfPQ2q2soZGGtJWvesoe0eV2+UvnR2MJWVpZcEcidPhl1da4MZ RsnKi6SXSDhcdpoIFPKmP6GcLafdmqEmbjSk5DdtMpSAtUnojswYsmNFIHdIDyF3EOHy gCBE2DPm8b+j4tOrm0+4TtquDVTzCZxGjF9GyyM06gyArF3h4NKEjM0Q1lzWMq7DBMHJ xle97O8+SZ+BRkHWzWVJdSMazdOI16PKMpVA+8WjKEeAae9nUKIiqrf27rn+E4pCD4Ha QG6g== X-Gm-Message-State: AOAM5327yIQrWFfuvjuZV7mWqezwLv6k0FFsiS9PnHm4mps7Wjbcytzg HD0EwYW8eIfTheTPvuA3IREkqA== X-Google-Smtp-Source: ABdhPJxWXYdAsNC79MZ/ySTgeDtOWSsS2DzAYYQ0PUgvYMWlm10cm4+SYczDKvZ/0Ha8dc2pp0H8uw== X-Received: by 2002:a17:902:cf05:b0:156:8445:ce0f with SMTP id i5-20020a170902cf0500b001568445ce0fmr14739893plg.99.1649350959495; Thu, 07 Apr 2022 10:02:39 -0700 (PDT) Received: from localhost ([2620:15c:202:201:693e:9ca0:42a0:6bf7]) by smtp.gmail.com with UTF8SMTPSA id j9-20020aa78009000000b004fde2dd78b0sm18367272pfi.109.2022.04.07.10.02.37 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 07 Apr 2022 10:02:38 -0700 (PDT) Date: Thu, 7 Apr 2022 10:02:36 -0700 From: Matthias Kaehlcke To: Sandeep Maheswaram Cc: Rob Herring , Andy Gross , Bjorn Andersson , Greg Kroah-Hartman , Felipe Balbi , Stephen Boyd , Doug Anderson , Mathias Nyman , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, quic_pkondeti@quicinc.com, quic_ppratap@quicinc.com, quic_kriskura@quicinc.com, quic_vpulyala@quicinc.com Subject: Re: [PATCH v12 5/6] dt-bindings: usb: dwc3: Add wakeup-source property support Message-ID: References: <1649321104-31322-1-git-send-email-quic_c_sanm@quicinc.com> <1649321104-31322-6-git-send-email-quic_c_sanm@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1649321104-31322-6-git-send-email-quic_c_sanm@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Apr 07, 2022 at 02:15:03PM +0530, Sandeep Maheswaram wrote: > Added support for wakeup-source property. This property can be > used to check and power down the phy during system suspend if > wake up is not supported. > > Signed-off-by: Sandeep Maheswaram > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > index f4471f8..4d4de2f 100644 > --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > @@ -341,6 +341,11 @@ properties: > This port is used with the 'usb-role-switch' property to connect the > dwc3 to type C connector. > > + wakeup-source: > + $ref: /schemas/types.yaml#/definitions/flag > + description: > + Enable USB remote wakeup. > + > unevaluatedProperties: false > > required: nit: within the series this patch should be before "dt-bindings: usb: dwc3: Add wakeup-source property support", which makes use of the new property. If you have to re-spin for another reason please change the order. Reviewed-by: Matthias Kaehlcke