From patchwork Thu Feb 12 07:37:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhangfei Gao X-Patchwork-Id: 439107 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 346C014008F for ; Thu, 12 Feb 2015 18:39:13 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932286AbbBLHhr (ORCPT ); Thu, 12 Feb 2015 02:37:47 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:53766 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754693AbbBLHhp (ORCPT ); Thu, 12 Feb 2015 02:37:45 -0500 Received: by mail-pa0-f54.google.com with SMTP id kx10so9593267pab.13 for ; Wed, 11 Feb 2015 23:37:44 -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=BFt1470+K7DEaFV/HgKp0jsA0QvjWHtWOtN4In/ZT2GE0Uhy5MeqZ0RGgZxyJWCzmw lrTmsI4baGne5OfD/RBzxjpLXqJX6qiHzhH1WMK+FxcQp/K+F4o88gJYMOVPereS1ZJK OBV+xkEtHB/Qm0Y32qn5YY895yFe5UuwBh4bxNoVcYEUj9s4idU/eEwRs84aNFx8CkMG mZy2vxiWdksUpiRbT1VDiFLR2epIKXBMx3ll+XCmrwzRHwkOP1arAPwL6Rh1QO1UUz9w /6WG4l0zPoxlrCDGevspweX4krdpSDJn2vegd3+cOVPXJnf28DmU2Gik+c6YRYd3HVNF tqWw== X-Gm-Message-State: ALoCoQmYa8A6IFkVxXmzQqvU/nDcDBSNq/fDgTmIcKtRWHod8BDSH+acRf87p+KY8PkjKHDCeWv1 X-Received: by 10.70.134.97 with SMTP id pj1mr4018357pdb.125.1423726664388; Wed, 11 Feb 2015 23:37:44 -0800 (PST) Received: from linaro.solutionip.com ([210.177.145.245]) by mx.google.com with ESMTPSA id om9sm2844635pbb.34.2015.02.11.23.37.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 Feb 2015 23:37:43 -0800 (PST) From: Zhangfei Gao To: Kishon Vijay Abraham I , balbi@ti.com, mark.rutland@arm.com, Peter Chen , Sergei Shtylyov , "dan . zhao" , Wangbinghui Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, Zhangfei Gao Subject: [PATCH v4 1/4] Documentation: dt-bindings: add dt binding info for hi6220 dwc2 Date: Thu, 12 Feb 2015 15:37:23 +0800 Message-Id: <1423726646-30336-2-git-send-email-zhangfei.gao@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1423726646-30336-1-git-send-email-zhangfei.gao@linaro.org> References: <1423726646-30336-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;