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: 517043 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 3EEEF14012C for ; Sat, 12 Sep 2015 09:06:23 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754358AbbIKXGU (ORCPT ); Fri, 11 Sep 2015 19:06:20 -0400 Received: from mail-la0-f53.google.com ([209.85.215.53]:32985 "EHLO mail-la0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932152AbbIKXGR (ORCPT ); Fri, 11 Sep 2015 19:06:17 -0400 Received: by lamp12 with SMTP id p12so55753038lam.0 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=iiB11d6srsRagvZrlIgmmz0cDfMrrH1GOcnB8MeYLQFIVmNBauGgVQcQpGTO6zZUpf 8pCN3HvxCCUIJu4KLAC75foYbqegVpYB6M9XDWJd227NWb/sBvcM9FRNTz18qG4UyQ+G Ldk6dZ2YMHi+gDI7mo3EVzuOhgsolOH2Zru+b/DzPiB6nAaV40XCRDMeokFvIIZhPCOu YFR6qjM15rpUlxks/i0dlqcV+MdZKhoHmzIDQx7DH7x2L3IlqNX4As8dHIc+vVyBAf5q wdySox2Emb027ddUobsW8hUHTpp7YwdXI8YpnK2QlcM8p9RQAs+/JQjWmN+Q3Au1+XlN 5B4Q== X-Gm-Message-State: ALoCoQk3BZUXTnV80I3xCnNFWYqAOIQ+//q9xc1ZSzhSLlE60dLmIJHT/B6EdS2vW6bkEr5TCpDQ 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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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 devicetree" 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", }, { }, };