From patchwork Fri Sep 11 23:06:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 517044 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C0527140783 for ; Sat, 12 Sep 2015 09:06:23 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932154AbbIKXGU (ORCPT ); Fri, 11 Sep 2015 19:06:20 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:34698 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932153AbbIKXGR (ORCPT ); Fri, 11 Sep 2015 19:06:17 -0400 Received: by lbbmp1 with SMTP id mp1so46885813lbb.1 for ; Fri, 11 Sep 2015 16:06:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:mime-version:content-transfer-encoding:content-type; bh=apNfUB4NNUg9SyFKeHO9O1QaWn2SygJSnZYWJaqySOY=; b=Xm7013B4umgTXC8UvO5AMSgNPUysbk0aDWWZ4XOuNKbm/xNn5gAp4Qu5YGRZ6p8bFd 55FLLujf/+AnjRqi0vaJaGSk4ZgtSY6tU/TMHWc52AYZ2K9/GrbNo3pgRsg148nkTKT3 gfFXhkZy+5D2/RS6bSS7ZNHiaX3l0yQMNcDlvAFgMogbXKOWi8AgflHKaT5wwZVScBDV wGJsK2+Y3VeVvF/5no5Ilz+3s2gZzfO2mt2st5WpCgOmz4bAPLLy2ELO2hOhQKn1v4yu kpQvl9AjEUs/0kp7iLzlhEwyMpbpf0/ZCiNbluGhsYvPvvHYowxJNP6L0m/bvG9L+Cug QdLQ== X-Gm-Message-State: ALoCoQlXq4c205oAeh1TQcjvD6Plkjo2J0c3PdO6IumMR6FcLq6CqItRgjwdvvumTeOgYxFZ48gP X-Received: by 10.152.23.4 with SMTP id i4mr1162445laf.60.1442012776150; Fri, 11 Sep 2015 16:06:16 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp83-237-250-70.pppoe.mtu-net.ru. [83.237.250.70]) by smtp.gmail.com with ESMTPSA id ut10sm365132lbc.31.2015.09.11.16.06.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Sep 2015 16:06:15 -0700 (PDT) From: Sergei Shtylyov To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, horms@verge.net.au, bhelgaas@google.com, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-sh@vger.kernel.org Subject: [PATCH] pci-rcar-gen2: add R8A7794 support Date: Sat, 12 Sep 2015 02:06:09 +0300 Message-ID: <2525770.ZsLzbliFPH@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.9 (Linux/4.1.6-100.fc21.x86_64; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver. Signed-off-by: Sergei Shtylyov Acked-by: Simon Horman --- The patch is against the 'next' branch of Bjorn Helgaas' 'pci.git' repo. Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 3 ++- drivers/pci/host/pci-rcar-gen2.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: pci/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt =================================================================== --- pci.orig/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt +++ pci/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt @@ -7,7 +7,8 @@ OHCI and EHCI controllers. Required properties: - compatible: "renesas,pci-r8a7790" for the R8A7790 SoC; - "renesas,pci-r8a7791" for the R8A7791 SoC. + "renesas,pci-r8a7791" for the R8A7791 SoC; + "renesas,pci-r8a7794" for the R8A7794 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. Index: pci/drivers/pci/host/pci-rcar-gen2.c =================================================================== --- pci.orig/drivers/pci/host/pci-rcar-gen2.c +++ pci/drivers/pci/host/pci-rcar-gen2.c @@ -362,6 +362,7 @@ static int rcar_pci_probe(struct platfor static struct of_device_id rcar_pci_of_match[] = { { .compatible = "renesas,pci-r8a7790", }, { .compatible = "renesas,pci-r8a7791", }, + { .compatible = "renesas,pci-r8a7794", }, { }, };