From patchwork Wed Feb 1 01:25:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Herrera X-Patchwork-Id: 9548847 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5983960416 for ; Wed, 1 Feb 2017 01:29:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4C5E828408 for ; Wed, 1 Feb 2017 01:29:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 416DB2840B; Wed, 1 Feb 2017 01:29:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E4A6F28408 for ; Wed, 1 Feb 2017 01:29:30 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cYjje-0004aR-Fa; Wed, 01 Feb 2017 01:29:22 +0000 Received: from mail-ua0-x243.google.com ([2607:f8b0:400c:c08::243]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cYjh4-0002C6-0s for linux-arm-kernel@lists.infradead.org; Wed, 01 Feb 2017 01:26:49 +0000 Received: by mail-ua0-x243.google.com with SMTP id f2so34725909uaf.3 for ; Tue, 31 Jan 2017 17:26:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=CCqCsFc8FswPEDFDgnQnaIJYwM7MGX5v4UsnNlN8+d0=; b=OTyq1T+qU9mHfUwh2k2C4l9eAw5+iMGLtz2W6tk2zXxRRRkS6qW/gKUTgS4buxRjfI hEJJjUL4bOIhMPHF+WVgldtAL51KQ/6ZOEh8+/LiLOJIRfGHTUP74+5OZGHaH0X1FLwC NPb4AlL30Y9tRq3WoRiyYlpuVZhU9i8WZHOvpMeflQ5RNCeFUp3nX9QRKKOC7J6H1y0q 0rvTdrUjD+6H8YHEv1MwHSGmoq6aJX29v6kGaNd879yC83B/aI4YOEloSGMee3O2nAr6 CopOMkqOt3A+l+HAyQ9JhoMUjUVjnyZ/obrNAPLq8vHa5treTSq7Gfki522YZ2HpQjqa WODw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CCqCsFc8FswPEDFDgnQnaIJYwM7MGX5v4UsnNlN8+d0=; b=ikymJDrf8LRE0UiLOgBGfNBj7LX2ZDd6SOgfEm34OFv/nZvl8Z1VB1gAVCEykU3APK 6Pb9ZSrpVtxlYbcAVjmP4kTvl6wVfkwX+nxD92HF6upu8TJqcsWgQFvziX9Gz8lO/cyJ p/LxBKWVvlfeu3orI4lmQX7bdwGFHOydbZbbjtms/sji7fSsSy03oJGXtsTaVvBUVBI+ aZhaWOx6Qc3TnYUISNiPXzvQJwImuBwEkKUPeNczDx02ZTgBsNkZX6TRED+mVDw+Vhv5 2Xt9K767LD1aQBuU5tiJO4ITqZDbTasGBTrk01Hdyon1D5wNlCJiI5IyhEK430F8/Oh/ uF7Q== X-Gm-Message-State: AIkVDXJ0V76oKqIX21bt7cZ03+GQWmcW/g9qnv66nczi3gP3dm8P0yemwNq9KaGPQpbDew== X-Received: by 10.159.40.201 with SMTP id d67mr157045uad.98.1485912380284; Tue, 31 Jan 2017 17:26:20 -0800 (PST) Received: from localhost.localdomain ([179.223.170.162]) by smtp.gmail.com with ESMTPSA id w128sm6706423vkd.15.2017.01.31.17.26.17 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 31 Jan 2017 17:26:19 -0800 (PST) From: Bruno Herrera To: robh+dt@kernel.org, mark.rutland@arm.com, mcoquelin.stm32@gmail.com, alexandre.torgue@st.com, johnyoun@synopsys.com, felipe.balbi@linux.intel.com Subject: [PATCH v5 5/5] dt-bindings: Document the STM32 USB OTG DWC2 core binding Date: Tue, 31 Jan 2017 23:25:47 -0200 Message-Id: <20170201012547.76158-6-bruherrera@gmail.com> X-Mailer: git-send-email 2.10.1 (Apple Git-78) In-Reply-To: <20170201012547.76158-1-bruherrera@gmail.com> References: <20170201012547.76158-1-bruherrera@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170131_172642_630821_D7D23C15 X-CRM114-Status: UNSURE ( 7.44 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds the documentation for STM32F4x9 USB OTG FS/HS compatible strings. Signed-off-by: Bruno Herrera Acked-by: Rob Herring --- Documentation/devicetree/bindings/usb/dwc2.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt index 6c7c2bce..00bea03 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.txt +++ b/Documentation/devicetree/bindings/usb/dwc2.txt @@ -14,6 +14,10 @@ Required properties: - "amlogic,meson-gxbb-usb": The DWC2 USB controller instance in Amlogic S905 SoCs; - "amcc,dwc-otg": The DWC2 USB controller instance in AMCC Canyonlands 460EX SoCs; - snps,dwc2: A generic DWC2 USB controller with default parameters. + - "st,stm32f4x9-fsotg": The DWC2 USB FS/HS controller instance in STM32F4x9 SoCs + configured in FS mode; + - "st,stm32f4x9-hsotg": The DWC2 USB HS controller instance in STM32F4x9 SoCs + configured in HS mode; - reg : Should contain 1 register range (address and length) - interrupts : Should contain 1 interrupt - clocks: clock provider specifier