From patchwork Fri Mar 6 17:09:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 5956721 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 96A879F36A for ; Fri, 6 Mar 2015 17:10:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D11112037E for ; Fri, 6 Mar 2015 17:10:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 07026202FF for ; Fri, 6 Mar 2015 17:10:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932279AbbCFRKk (ORCPT ); Fri, 6 Mar 2015 12:10:40 -0500 Received: from mail-wg0-f51.google.com ([74.125.82.51]:35654 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932255AbbCFRKk (ORCPT ); Fri, 6 Mar 2015 12:10:40 -0500 Received: by wggz12 with SMTP id z12so61551750wgg.2 for ; Fri, 06 Mar 2015 09:10:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=0TUqlyp3LEfl2C4SM2f8SD+w/osp8LOF/WLKaTg9OVk=; b=ppGIuKG4AYG5DgtIrorVmE+Hih/OO8KATHexLrALZH0Zq8IIWNPz8ev0/A29t+16U/ Mfl2s9RsdfuJqt7cJ9NbvweXtFG+1b/MkNwc8ErrdIjYR3ERbHj4iu0g+PL96FdhP7iT VxxZPXpC5R7ZiCqjBw+TQumHANoh5r/S4bBz/fk5KwlSnvvER+B164aKCZDf7Ys4/MkL hOIcWfzQlxhBgBMJDFt0bwXcbK4UjVIXDSqrK1aqMrnMeDRll1oQIESXgVr6t1Pfw2MI 1WhYQ7MIiJADh1FqxhXW2oagtcBNF6HbGJR31qNfFiF5XC+vVJGIorki9ynfr8RQQ7Lk ntSg== X-Received: by 10.180.198.110 with SMTP id jb14mr34740987wic.57.1425661839108; Fri, 06 Mar 2015 09:10:39 -0800 (PST) Received: from groucho.site (ipbcc0217c.dynamic.kabel-deutschland.de. [188.192.33.124]) by mx.google.com with ESMTPSA id i10sm14194969wja.40.2015.03.06.09.10.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Mar 2015 09:10:37 -0800 (PST) From: Ulrich Hecht To: horms@verge.net.au, linux-sh@vger.kernel.org Cc: magnus.damm@gmail.com, hisashi.nakamura.ak@renesas.com, kuninori.morimoto.gx@renesas.com, Ulrich Hecht Subject: [PATCH 11/11] PCI: rcar: document r8a7793 DT bindings Date: Fri, 6 Mar 2015 18:09:58 +0100 Message-Id: <1425661798-10487-12-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1425661798-10487-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1425661798-10487-1-git-send-email-ulrich.hecht+renesas@gmail.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=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_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 Signed-off-by: Ulrich Hecht Acked-by: Simon Horman Acked-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt index d8ef5bf..8b156fe 100644 --- a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt +++ b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt @@ -8,6 +8,7 @@ OHCI and EHCI controllers. Required properties: - compatible: "renesas,pci-r8a7790" for the R8A7790 SoC; "renesas,pci-r8a7791" for the R8A7791 SoC. + "renesas,pci-r8a7793" for the R8A7793 SoC. - reg: A list of physical regions to access the device: the first is the operational registers for the OHCI/EHCI controllers and the second is for the bridge configuration and control registers.