From patchwork Mon May 19 10:08:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 350203 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 A8CBE140076 for ; Mon, 19 May 2014 20:08:30 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753527AbaESKI2 (ORCPT ); Mon, 19 May 2014 06:08:28 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:42460 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753047AbaESKI1 (ORCPT ); Mon, 19 May 2014 06:08:27 -0400 Received: from unknown (HELO relmlir3.idc.renesas.com) ([10.200.68.153]) by relmlie3.idc.renesas.com with ESMTP; 19 May 2014 19:08:26 +0900 Received: from relmlac1.idc.renesas.com (relmlac1.idc.renesas.com [10.200.69.21]) by relmlir3.idc.renesas.com (Postfix) with ESMTP id 507BA401EB; Mon, 19 May 2014 19:08:26 +0900 (JST) Received: by relmlac1.idc.renesas.com (Postfix, from userid 0) id 500C680195; Mon, 19 May 2014 19:08:26 +0900 (JST) Received: from relmlac1.idc.renesas.com (localhost [127.0.0.1]) by relmlac1.idc.renesas.com (Postfix) with ESMTP id 49CD780193; Mon, 19 May 2014 19:08:26 +0900 (JST) Received: from relmlii1.idc.renesas.com [10.200.68.65] by relmlac1.idc.renesas.com with ESMTP id VAD31916; Mon, 19 May 2014 19:08:26 +0900 X-IronPort-AV: E=Sophos;i="4.98,866,1392130800"; d="scan'208";a="160069556" Received: from mail-sg1lp0088.outbound.protection.outlook.com (HELO APAC01-SG1-obe.outbound.protection.outlook.com) ([207.46.51.88]) by relmlii1.idc.renesas.com with ESMTP/TLS/AES128-SHA; 19 May 2014 19:08:25 +0900 Received: from [10.161.20.55] (211.11.155.147) by SINPR06MB332.apcprd06.prod.outlook.com (10.141.110.18) with Microsoft SMTP Server (TLS) id 15.0.944.11; Mon, 19 May 2014 10:08:24 +0000 Message-ID: <5379D813.1040100@renesas.com> Date: Mon, 19 May 2014 19:08:19 +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: , 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 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: SINPR06CA014.apcprd06.prod.outlook.com (10.141.109.44) To SINPR06MB332.apcprd06.prod.outlook.com (10.141.110.18) X-Forefront-PRVS: 021670B4D2 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(6049001)(428001)(189002)(199002)(20776003)(47776003)(4396001)(81542001)(79102001)(36756003)(65956001)(64706001)(66066001)(80316001)(99396002)(83506001)(92566001)(31966008)(92726001)(74502001)(80022001)(74662001)(19580395003)(19580405001)(85852003)(54356999)(87266999)(21056001)(33656001)(77982001)(59896001)(86362001)(65816999)(87976001)(50986999)(101416001)(102836001)(83322001)(64126003)(42186004)(81342001)(83072002)(76482001)(23756003)(50466002)(46102001); DIR:OUT; SFP:; SCL:1; SRVR:SINPR06MB332; H:[10.161.20.55]; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; A:1; LANG:en; Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=yoshihiro.shimoda.uh@renesas.com; X-OriginatorOrg: renesas.com Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This commit extends the compatible string list of the xhci-platform binding with the new "renesas,r8a7790-xhci" and "renesas,r8a7791-xhci" compatible strings. It is used to describe the xHCI controller which is available in the R-Car H2 and M2 SoCs. Signed-off-by: Yoshihiro Shimoda Acked-by: Geert Uytterhoeven --- 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..e3107bb 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,r8a7790-xhci", "renesas,r8a7791-xhci" (deprecated: "xhci-platform"). - reg: should contain address and length of the standard XHCI register set for the device.