From patchwork Thu May 28 15:17:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 6499451 X-Patchwork-Delegate: geert@linux-m68k.org 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 8C05EC0433 for ; Thu, 28 May 2015 15:17:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9940820678 for ; Thu, 28 May 2015 15:17:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C50712065E for ; Thu, 28 May 2015 15:17:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754046AbbE1PR0 (ORCPT ); Thu, 28 May 2015 11:17:26 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:35139 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754055AbbE1PRZ (ORCPT ); Thu, 28 May 2015 11:17:25 -0400 Received: by wgme6 with SMTP id e6so39379527wgm.2; Thu, 28 May 2015 08:17:24 -0700 (PDT) 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=LrXrHFxwbOUWKN2lMIgLwms+JhVntQb8tyAJ9RM6JNs=; b=Ox55VFfs84KowDiIwX3rfOaZdopWehO09dFJPEY5l4gPmfA4PbmRKKbAGLS7YdUYLd EuJK3Y6pCLKD+kH15UtnIdbFZ6mcjjHxVhS88hGAJgeh3tu9s1s5FSsIN5u2lqwCXR6f PsDGEFd9xbDryP1feUp30Dq69+nGvULxIaY0LMrmr1Wg2SMMgolBRGVxthiLSJYCNDvJ A15vXz20V0NOGPUzFaLGMbNPVcXnHfDGIJOH2YxWWLVgoj8qzvtGPeoFkLnnSWl9W4tX D0lT1AQjSEJ7wd6ZlfT5uVNRAp3JJoxBt/uGsBEp7ywXFmsPgOkPE7T13lVIaVtgv5tw EMIg== X-Received: by 10.195.11.168 with SMTP id ej8mr6265102wjd.150.1432826244272; Thu, 28 May 2015 08:17:24 -0700 (PDT) Received: from groucho.site (ipb21ad368.dynamic.kabel-deutschland.de. [178.26.211.104]) by mx.google.com with ESMTPSA id n6sm3425800wic.16.2015.05.28.08.17.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 May 2015 08:17:23 -0700 (PDT) From: Ulrich Hecht To: devicetree@vger.kernel.org, geert@linux-m68k.org Cc: horms@verge.net.au, linux-sh@vger.kernel.org, Ulrich Hecht , Bjorn Helgaas Subject: [PATCH 5/6] PCI: rcar: document r8a7793 DT bindings Date: Thu, 28 May 2015 17:17:04 +0200 Message-Id: <1432826225-6743-6-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.3.5 In-Reply-To: <1432826225-6743-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1432826225-6743-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 Cc: Bjorn Helgaas Cc: devicetree@vger.kernel.org --- 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.