From patchwork Sat Jun 4 02:48:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thinh Nguyen X-Patchwork-Id: 578863 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 E928ECCA473 for ; Sat, 4 Jun 2022 02:48:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350219AbiFDCsO (ORCPT ); Fri, 3 Jun 2022 22:48:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231513AbiFDCsM (ORCPT ); Fri, 3 Jun 2022 22:48:12 -0400 Received: from smtprelay-out1.synopsys.com (smtprelay-out1.synopsys.com [149.117.73.133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68D0D1E3EE; Fri, 3 Jun 2022 19:48:12 -0700 (PDT) Received: from mailhost.synopsys.com (sv1-mailhost2.synopsys.com [10.205.2.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mailhost.synopsys.com", Issuer "SNPSica2" (verified OK)) by smtprelay-out1.synopsys.com (Postfix) with ESMTPS id F3D6B4022B; Sat, 4 Jun 2022 02:48:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1654310892; bh=xZvSInX2sjlaTumbQ9XqBq4EUsvUia+nprlzKxJFyaI=; h=Date:In-Reply-To:References:From:Subject:To:Cc:From; b=R8dpE2rrnPXAGT3iPTNnbI9Axe2BJKIUWezERVetuZcb2WYxj6/Aw+8ZJpVHm6rMh wPFHXJ+Tg0YlSr2eDVPGHLxVu08KjCCkPUZ21qiIi+K4i7BoeybjEvp2AEi4Ctr9ez EROlYw0cOmKQy9EM5FSwAT+IK7DTpPIyagIVa+65qBzCvb0HP3F48LqXSr2xieXkNS /TRY8sdhQko6Ydy9XohqsBQEVkd9CGmz7myOZ/qIcmlFwyW9p8R9Bwd2QEYczaa1N+ V7JOy1qL4B+3vaB9HAbHNpzn91Je9CvSaQuLsAPcTsnUy9WtnuslsAcGQwcUTrciCy CwIt+ynLDxxsw== Received: from te-lab15 (nanobot.internal.synopsys.com [10.204.48.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by mailhost.synopsys.com (Postfix) with ESMTPSA id F3D34A008D; Sat, 4 Jun 2022 02:48:08 +0000 (UTC) Received: by te-lab15 (sSMTP sendmail emulation); Fri, 03 Jun 2022 19:48:08 -0700 Date: Fri, 03 Jun 2022 19:48:08 -0700 Message-Id: <1ff0422b36c32c0b8b76f99333ac785f275edd4d.1654310542.git.Thinh.Nguyen@synopsys.com> In-Reply-To: References: X-SNPS-Relay: synopsys.com From: Thinh Nguyen Subject: [RFC PATCH 1/4] dt-bindings: usb: usb-xhci: Add xhci-snps-quirks To: Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Mathias Nyman Cc: John Youn , Thinh Nguyen , Pavan Kondeti Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Set this property to use xhci-snps extension to handle common Synopsys DWC_usb3x host quirks. Signed-off-by: Thinh Nguyen --- Documentation/devicetree/bindings/usb/usb-xhci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.yaml b/Documentation/devicetree/bindings/usb/usb-xhci.yaml index 965f87fef702..540044a087a7 100644 --- a/Documentation/devicetree/bindings/usb/usb-xhci.yaml +++ b/Documentation/devicetree/bindings/usb/usb-xhci.yaml @@ -29,6 +29,10 @@ properties: description: Interrupt moderation interval default: 5000 + xhci-snps-quirks: + description: Handles common Synopsys DWC_usb3x host quirks + type: boolean + additionalProperties: true examples: