From patchwork Sat Feb 7 04:56:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhangfei Gao X-Patchwork-Id: 5795611 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3DA7CBF440 for ; Sat, 7 Feb 2015 05:00:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4D1D120173 for ; Sat, 7 Feb 2015 04:59:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6DEA320154 for ; Sat, 7 Feb 2015 04:59:58 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YJxRs-0003Nl-NR; Sat, 07 Feb 2015 04:56:52 +0000 Received: from mail-pa0-f41.google.com ([209.85.220.41]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YJxRp-0003KQ-Qp for linux-arm-kernel@lists.infradead.org; Sat, 07 Feb 2015 04:56:50 +0000 Received: by mail-pa0-f41.google.com with SMTP id kq14so21589045pab.0 for ; Fri, 06 Feb 2015 20:56:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=qeSYS2PCDUnQe2qBVZFZWuM0JvKHATiyv5+3BbPVryk=; b=dbwKajIIN18RWp6dulNQWRyCcFvZxUO33aLsHZj0onuMG1L34I10QwY0MttfkGxVjX w3GXDtEFnav3o19BA8JPzfrZqP2OT8yCnHMNdWSKkNgZbTyGQvqWqKWrlaZ+GPUeubcj 4fOwj71lICai9i2eDHOCG4xCmkynCULBF9HDw4x+uqYiOTrUB6qzau992FfQBgKI2hfx +L2h9RNY8/Ui49CrmTdJ0cMWovxv33eBtGtygRd9COK28nR7VkAZJz85y5gzOIh9IAeY HxB6EYRxs1aTTOGpL5FApw7pWEZJBSHTDlEGVxdkjbPGKHAjDAWAlD3yBaj2JpTxwXQl ge/Q== X-Gm-Message-State: ALoCoQn1vUlpvOOvRb385ZgG87/FoJCieyNQFQ8QBEhFso4xyqHAYyXf9Q6ZItiVyYfoYbbQJm6k X-Received: by 10.70.37.4 with SMTP id u4mr11055286pdj.40.1423284988381; Fri, 06 Feb 2015 20:56:28 -0800 (PST) Received: from localhost.localdomain ([180.150.157.4]) by mx.google.com with ESMTPSA id iv1sm9583297pbc.87.2015.02.06.20.56.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Feb 2015 20:56:27 -0800 (PST) From: Zhangfei Gao To: balbi@ti.com, john.youn@synopsys.com, Mian Yousaf Kaukab , "dan . zhao" , Sergei Shtylyov , Peter Chen Subject: [PATCH v2 1/4] Documentation: dt-bindings: add dt binding info for hi6220 dwc2 Date: Sat, 7 Feb 2015 12:56:03 +0800 Message-Id: <1423284966-3485-2-git-send-email-zhangfei.gao@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1423284966-3485-1-git-send-email-zhangfei.gao@linaro.org> References: <1423284966-3485-1-git-send-email-zhangfei.gao@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150206_205649_894404_E342B613 X-CRM114-Status: UNSURE ( 7.07 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Zhangfei Gao X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add necessary dwc2 binding documentation for Hisilicon soc: hi6220 Signed-off-by: Zhangfei Gao --- Documentation/devicetree/bindings/usb/dwc2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt index fd132cb..2213682 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.txt +++ b/Documentation/devicetree/bindings/usb/dwc2.txt @@ -4,6 +4,7 @@ Platform DesignWare HS OTG USB 2.0 controller Required properties: - compatible : One of: - brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC. + - hisilicon,hi6220-usb: The DWC2 USB controller instance in the hi6220 SoC. - rockchip,rk3066-usb: The DWC2 USB controller instance in the rk3066 Soc; - "rockchip,rk3188-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3188 Soc; - "rockchip,rk3288-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3288 Soc;