From patchwork Thu Feb 5 14:46:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhangfei Gao X-Patchwork-Id: 436831 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0F7C71401DE for ; Fri, 6 Feb 2015 01:47:22 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757854AbbBEOrW (ORCPT ); Thu, 5 Feb 2015 09:47:22 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:33675 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757852AbbBEOrV (ORCPT ); Thu, 5 Feb 2015 09:47:21 -0500 Received: by mail-pa0-f49.google.com with SMTP id fa1so10389404pad.8 for ; Thu, 05 Feb 2015 06:47:20 -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=C4/jF+5aSu2NHqELeCsdRHtIgTAcOiwHyxDrTXmFBKm8RjLx0Dr2NU/CfcN1zql5jc eQa3LilmXWxGP/VA2ZxGVKu024UaxuT9bxF3MyAV8QopnLC1o2j9Ho/aHNmVHQkRlW9u AHNlmV4bAIQRLwCPM1aLoEbe8kyun2FEtWf2sYEmuk89wSrX4QI9TnJV4YuMKnhoau1a CzjXpTZHdH0/gh9Zukzi9BIMRgbNDqXARvBoZhiTlPhj5Q/kKo89DIiIGVVCig/PmD1p 7za7pip1KFQwTulaiVxINPQe2qJEtnOtnAWwT/Tid51apc6cFBiRoBrTh2Jxn3FXGBfS sing== X-Gm-Message-State: ALoCoQmhrWSJdh99lZBR3ng8C2IrxT2pdifunydzWThEeFMHrXznXrOKAmA3MNA4Ybs9ooNAB0yA X-Received: by 10.70.48.33 with SMTP id i1mr5909946pdn.153.1423147640817; Thu, 05 Feb 2015 06:47:20 -0800 (PST) Received: from localhost.localdomain (119.81.172.112-static.reverse.softlayer.com. [119.81.172.112]) by mx.google.com with ESMTPSA id rb3sm5353511pab.29.2015.02.05.06.47.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 05 Feb 2015 06:47:19 -0800 (PST) From: Zhangfei Gao To: balbi@ti.com, john.youn@synopsys.com, Mian Yousaf Kaukab , "dan . zhao" Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, Zhangfei Gao Subject: [PATCH 1/4] Documentation: dt-bindings: add dt binding info for hi6220 dwc2 Date: Thu, 5 Feb 2015 22:46:57 +0800 Message-Id: <1423147620-5760-2-git-send-email-zhangfei.gao@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1423147620-5760-1-git-send-email-zhangfei.gao@linaro.org> References: <1423147620-5760-1-git-send-email-zhangfei.gao@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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;