Received: by 2002:a05:6602:18e:0:0:0:0 with SMTP id m14csp1074325ioo; Sun, 22 May 2022 02:55:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxVCdG5ccdtZGzUBsWgntFhRobrr4CDiBBPEjVJLXw66XAGSpNTXSJFgLQv0RXi2fY1Hg71 X-Received: by 2002:a05:6a00:8c2:b0:510:98ac:96c9 with SMTP id s2-20020a056a0008c200b0051098ac96c9mr18507241pfu.18.1653213315476; Sun, 22 May 2022 02:55:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1653213315; cv=none; d=google.com; s=arc-20160816; b=CRuPKM6hUAk4b4wqfX2P+vgMe7MzAJXP9oAptLG9WcAzRvsXehWVEEIA8d8sJc433F Rx9hHpFsTvBvYDKv/99ysehA9aGNz1j3kJhzclU/SA0nm+ZzLbUTfo09PDQKiCf/UfVZ FtT8VrgUGBG5rzVdZ4kNCcZV6QpUrgEpGHg52zqaM54Lgs4Z8HH8CoiwA6BGwqX5m6Yo 6prfsmgIyaSpVsHbFZFRpRmgmIQlRXsuVRJ7AXoZxLpEUqWcsZ3g2XChj0asoRSX0Gki A+hRPot5U5TTpYWVdN/l6DFxQjtuI9BDyeygmx0Wrk+Lae5qIaoFYjXjR5NlimR64BK/ ILFA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Me87pAj0SmrGeqIXqHs1XAXK7kEqz39QMHSFLkzw+Z8=; b=h/UVGfvTcrYOEmqlPYAM6XGjkTUU6EsFHE3g1UX789gSqdkUp2mOJ1zl0uHgDcJCbT QIdwVmiADh7jv02xnvLxZwVgukZnkOBf2R5yN9KBB8zKOX7NtRlPx7YGJ+he3ceOdHtX vyrfYWnpX8wqq/YK0s8URNgDDg9gSsPqcAybk+T1CXy3zCJrdVqUrZWA5ryXBXHMlGYz ynoqoA+1LplXUIGV2IfnYKW4fbHE5BSlLGG52yup/7xcJR9D/dNj5Ifoam8b+OZtwOqu IFtRYXFIdnNVsAdU7hNZ+5o3RIxTAfoyLqOL0J3o9gH6M/E8wQhKQ07UDvxpSXtCR6vJ S9ng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id h184-20020a636cc1000000b0039d13c0c537si6324051pgc.714.2022.05.22.02.55.04; Sun, 22 May 2022 02:55:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347572AbiETJH7 (ORCPT + 99 others); Fri, 20 May 2022 05:07:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347443AbiETJH4 (ORCPT ); Fri, 20 May 2022 05:07:56 -0400 Received: from twspam01.aspeedtech.com (twspam01.aspeedtech.com [211.20.114.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A1CD13C1E2; Fri, 20 May 2022 02:07:53 -0700 (PDT) Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 24K8qZVf003709; Fri, 20 May 2022 16:52:35 +0800 (GMT-8) (envelope-from neal_liu@aspeedtech.com) Received: from localhost.localdomain (192.168.10.10) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 20 May 2022 17:06:21 +0800 From: Neal Liu To: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Joel Stanley , "Andrew Jeffery" , Felipe Balbi , Sumit Semwal , =?UTF-8?q?Christian=20K=C3=B6nig?= , Geert Uytterhoeven , "Li Yang" CC: Neal Liu , , , , , , , , , Krzysztof Kozlowski Subject: [PATCH v4 3/3] dt-bindings: usb: add documentation for aspeed udc Date: Fri, 20 May 2022 17:06:17 +0800 Message-ID: <20220520090617.2225080-4-neal_liu@aspeedtech.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220520090617.2225080-1-neal_liu@aspeedtech.com> References: <20220520090617.2225080-1-neal_liu@aspeedtech.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [192.168.10.10] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 24K8qZVf003709 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add device tree binding documentation for the Aspeed USB2.0 Device Controller. Signed-off-by: Neal Liu Reviewed-by: Krzysztof Kozlowski --- .../bindings/usb/aspeed,ast2600-udc.yaml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml diff --git a/Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml b/Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml new file mode 100644 index 000000000000..c3b6be3d8002 --- /dev/null +++ b/Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml @@ -0,0 +1,52 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +# Copyright (c) 2020 Facebook Inc. +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/usb/aspeed,ast2600-udc.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: ASPEED USB 2.0 Device Controller + +maintainers: + - Neal Liu + +description: |+ + The ASPEED USB 2.0 Device Controller implements 1 control endpoint and + 4 generic endpoints for AST260x. + + Supports independent DMA channel for each generic endpoint. + Supports 32/256 stages descriptor mode for all generic endpoints. + +properties: + compatible: + enum: + - aspeed,ast2600-udc + + reg: + maxItems: 1 + + clocks: + maxItems: 1 + + interrupts: + maxItems: 1 + +required: + - compatible + - reg + - clocks + - interrupts + +additionalProperties: false + +examples: + - | + #include + udc: usb@1e6a2000 { + compatible = "aspeed,ast2600-udc"; + reg = <0x1e6a2000 0x300>; + interrupts = <9>; + clocks = <&syscon ASPEED_CLK_GATE_USBPORT2CLK>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usb2bd_default>; + }; -- 2.25.1