From patchwork Sun Dec 18 12:27:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Kaneko X-Patchwork-Id: 9479289 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4DEC160830 for ; Sun, 18 Dec 2016 12:27:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 44A83284EE for ; Sun, 18 Dec 2016 12:27:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3602A28526; Sun, 18 Dec 2016 12:27:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A6AF7284EE for ; Sun, 18 Dec 2016 12:27:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760687AbcLRM1L (ORCPT ); Sun, 18 Dec 2016 07:27:11 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35852 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759582AbcLRM1K (ORCPT ); Sun, 18 Dec 2016 07:27:10 -0500 Received: by mail-pf0-f193.google.com with SMTP id c4so6333576pfb.3; Sun, 18 Dec 2016 04:27:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=hzrKtH/bQQRxjLteUdBiyCcUs2CTy3Bmsru7BA1Sbnw=; b=mTXwK0hwFXHI5t0UedKPEjCZ98USkR98JTyGabCIqELfLHC/p0IOKgZoY/GHmUUmSj GJ7Pbji0WijiGmJYHlvP2tmpxpg8i0VeWjZcnomCLO+YnKkqbRw16JmzjyBnsEHPIewo lqJkHJuEL7vA/STgKmkJNXiDS9a68S1BYyaYmvg4VVO2IJmG30fTtEZmnKggr6VJK4dU CvvPvZH52v427cD/p6e3VQcw3YsYpRjJObHcqenqA+jOcVK949e7vMAGemdQCOKmZtfj QG0F3s2fAZvV8X+jrdvECm7aNytXFyZ8ENtd5yvoeuCYVPP3rl+LPrmoK11qN6IQoixY heAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=hzrKtH/bQQRxjLteUdBiyCcUs2CTy3Bmsru7BA1Sbnw=; b=hOOwuXjAKzCuyKlppP3G1RiXwclpiSlT3vQxTfTUTjurDZh58jOiV75vU+BW6GhACc 8LbiJnWN76TjZ+hjnsxMbWVyaZgLPYz+oX9NETUnamS9+5A2WjRD6dvKwiJ6A4SqS+uZ xypqve5QTijbZmwGbzPxOZjs/wZkGl7/jEfa3OJDFzUtwn9nwY3COgpXFez2hy+Xqd3i aL5VoHYnYYM6iTxmgm0EKRgD3ZVKWmXDM8cDrYUKl6sBKmjYfW+ICMCYSh+eygHnC9pD 5z6h/huQvovpmotf1n4/s4LwTSh8gRexGj2IADCGx2o+kXt1UNOds3jsx7hmW4yesDTv vZWw== X-Gm-Message-State: AKaTC01chnj/jrbKIUFuCdLzYVTE3HvahlOlXiomGjDNo1N+bocZd1Iyl3bfN05tiGlQsg== X-Received: by 10.99.238.17 with SMTP id e17mr20823759pgi.58.1482064029531; Sun, 18 Dec 2016 04:27:09 -0800 (PST) Received: from macc.flets-east.jp (p3794006-ipngn20901marunouchi.tokyo.ocn.ne.jp. [153.230.75.6]) by smtp.gmail.com with ESMTPSA id d197sm24209027pfd.38.2016.12.18.04.27.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 18 Dec 2016 04:27:09 -0800 (PST) From: Yoshihiro Kaneko To: linux-pci@vger.kernel.org Cc: Bjorn Helgaas , Simon Horman , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH pci/next] PCI: rcar: Add compatible string for r8a7796 Date: Sun, 18 Dec 2016 21:27:02 +0900 Message-Id: <1482064022-8998-1-git-send-email-ykaneko0929@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Harunobu Kurokawa This patch adds support for r8a7796. Signed-off-by: Harunobu Kurokawa Signed-off-by: Yoshihiro Kaneko Reviewed-by: Geert Uytterhoeven --- This patch is based on the next branch of the pci tree. Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 + drivers/pci/host/pcie-rcar.c | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt index eee518d..34712d6 100644 --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt @@ -6,6 +6,7 @@ compatible: "renesas,pcie-r8a7779" for the R8A7779 SoC; "renesas,pcie-r8a7791" for the R8A7791 SoC; "renesas,pcie-r8a7793" for the R8A7793 SoC; "renesas,pcie-r8a7795" for the R8A7795 SoC; + "renesas,pcie-r8a7796" for the R8A7796 SoC; "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 compatible device. "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device. diff --git a/drivers/pci/host/pcie-rcar.c b/drivers/pci/host/pcie-rcar.c index aca85be..02e5777 100644 --- a/drivers/pci/host/pcie-rcar.c +++ b/drivers/pci/host/pcie-rcar.c @@ -1078,6 +1078,7 @@ static int rcar_pcie_parse_map_dma_ranges(struct rcar_pcie *pcie, { .compatible = "renesas,pcie-rcar-gen2", .data = rcar_pcie_hw_init_gen2 }, { .compatible = "renesas,pcie-r8a7795", .data = rcar_pcie_hw_init }, + { .compatible = "renesas,pcie-r8a7796", .data = rcar_pcie_hw_init }, { .compatible = "renesas,pcie-rcar-gen3", .data = rcar_pcie_hw_init }, {}, };