From patchwork Wed May 28 11:23:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 4254611 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4A428BF90B for ; Wed, 28 May 2014 11:23:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7947D201FA for ; Wed, 28 May 2014 11:23:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 944F820212 for ; Wed, 28 May 2014 11:23:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752921AbaE1LXi (ORCPT ); Wed, 28 May 2014 07:23:38 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:51880 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752811AbaE1LXf (ORCPT ); Wed, 28 May 2014 07:23:35 -0400 Received: from unknown (HELO relmlir1.idc.renesas.com) ([10.200.68.151]) by relmlie3.idc.renesas.com with ESMTP; 28 May 2014 20:23:34 +0900 Received: from relmlac1.idc.renesas.com (relmlac1.idc.renesas.com [10.200.69.21]) by relmlir1.idc.renesas.com (Postfix) with ESMTP id 0D16846E9B; Wed, 28 May 2014 20:23:34 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id 017AB80195; Wed, 28 May 2014 20:23:33 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id EF1B180193; Wed, 28 May 2014 20:23:33 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac1.idc.renesas.com with ESMTP id WAB11088; Wed, 28 May 2014 20:23:33 +0900 X-IronPort-AV: E=Sophos;i="4.98,927,1392130800"; d="scan'208";a="160800818" Received: from mail-sg1lp0092.outbound.protection.outlook.com (HELO APAC01-SG1-obe.outbound.protection.outlook.com) ([207.46.51.92]) by relmlii1.idc.renesas.com with ESMTP/TLS/AES128-SHA; 28 May 2014 20:23:32 +0900 Received: from [10.161.20.55] (211.11.155.147) by HKNPR06MB322.apcprd06.prod.outlook.com (10.141.38.16) with Microsoft SMTP Server (TLS) id 15.0.949.11; Wed, 28 May 2014 11:23:31 +0000 Message-ID: <5385C72E.2050309@renesas.com> Date: Wed, 28 May 2014 20:23:26 +0900 From: Yoshihiro Shimoda User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "mathias.nyman@intel.com" , Greg Kroah-Hartman , "linux-usb@vger.kernel.org" CC: SH-Linux , Magnus Damm , Geert Uytterhoeven , Grant Likely , Rob Herring , "devicetree@vger.kernel.org" Subject: [PATCH v2 3/3] Documentation: dt-bindings: update xhci-platform DT binding for R-Car H2 and M2 X-Originating-IP: [211.11.155.147] X-ClientProxiedBy: HKXPR02CA024.apcprd02.prod.outlook.com (10.141.129.19) To HKNPR06MB322.apcprd06.prod.outlook.com (10.141.38.16) X-Forefront-PRVS: 0225B0D5BC X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(6049001)(428001)(199002)(189002)(23756003)(50466002)(46102001)(99396002)(42186004)(76482001)(101416001)(4396001)(81542001)(65956001)(80022001)(83072002)(50986999)(86362001)(54356999)(83506001)(85852003)(65816999)(64126003)(87266999)(20776003)(19580405001)(81342001)(92726001)(21056001)(19580395003)(33656002)(77982001)(64706001)(102836001)(47776003)(83322001)(74502001)(92566001)(36756003)(87976001)(79102001)(31966008)(74662001); DIR:OUT; SFP:; SCL:1; SRVR:HKNPR06MB322; H:[10.161.20.55]; FPR:; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=yoshihiro.shimoda.uh@renesas.com; X-OriginatorOrg: renesas.com Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 This commit extends the compatible string list of the xhci-platform binding with the new "renesas,xhci-r8a7790" and "renesas,xhci-r8a7791" compatible strings. It is used to describe the xHCI controller which is available in the R-Car H2 and M2 SoCs. Acked-by: Geert Uytterhoeven Signed-off-by: Yoshihiro Shimoda --- Documentation/devicetree/bindings/usb/usb-xhci.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt index 999be5c..5a79377 100644 --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt @@ -2,7 +2,8 @@ USB xHCI controllers Required properties: - compatible: should be one of "generic-xhci", - "marvell,armada-375-xhci", "marvell,armada-380-xhci" (deprecated: + "marvell,armada-375-xhci", "marvell,armada-380-xhci", + "renesas,xhci-r8a7790", "renesas,xhci-r8a7791" (deprecated: "xhci-platform"). - reg: should contain address and length of the standard XHCI register set for the device.