From patchwork Tue Dec 20 18:37:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Kaneko X-Patchwork-Id: 9482027 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 528C160237 for ; Tue, 20 Dec 2016 18:37:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 44C74280FC for ; Tue, 20 Dec 2016 18:37:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3561E28410; Tue, 20 Dec 2016 18:37:23 +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=-6.5 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM 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 8553A280FC for ; Tue, 20 Dec 2016 18:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754298AbcLTShT (ORCPT ); Tue, 20 Dec 2016 13:37:19 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33890 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753889AbcLTShS (ORCPT ); Tue, 20 Dec 2016 13:37:18 -0500 Received: by mail-pg0-f68.google.com with SMTP id b1so13052708pgc.1; Tue, 20 Dec 2016 10:37:17 -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=7owpkiF3ZrxgNtRfQfb/5DhFQ4/RMHpQSyinNVIQkRE=; b=m8Cj22yIDLvhTtQl4let80BGnPT5p9px7jbBgWvzMj3yaU+mtlul2ra3VYBqbw18XC fYl01Ubz377zk+F80tiLekDRDd7eBcy53FjUstAp3KVPk8uzolH+knnADjeuIT/TdqoM Z5lodOXxz+Vm8untI6Hskr1SqvLRbK264pYFVtsPYlnsYt9KpX9aLe7CVfCNcEY+3e29 qlMPP79o/8wzT39xAaSiryf5Fj83d5eRUd2AKd+FG8z2MJjrObmy0LE6lxOGQ5JR6PYb fpzuTw5ape9zCRH8Raww5TWbsNEpo0ovZ1PSBOcgCVOC5rddhK0SeISM8yrN3s3sBrkU o49Q== 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=7owpkiF3ZrxgNtRfQfb/5DhFQ4/RMHpQSyinNVIQkRE=; b=RIXC9W1cfW6Nr9GufjlaUuszUzmY3pX5GO2TjccoXFmIvubU+3CPVEjRSk1i+RpxXq SPdr2k+oaOuZpwZU8yx8n4e8BbpkcCiQbf7BhaLUNK5mAQPihsbVDDIeS1H3fPEjG7Yi IP3E6/+eaVUkn4Vm1UCigKbpNIr85KK30LpdpFj4IYTtDj47+hocWVWDqidDYLz+JqSe ZTbpY2O+H3Ba5r/HYS8wxvMycAeRsVsTDh3kv1vxId24Q4plNDO0FPQlcRTCMc3XIf9d +LUpBqP4rP2XcS7UJljnLl9MyfVFAPgSmpaPm6SHZx1ATTAmO85IYQslsaPBCbNaMX0t Puzw== X-Gm-Message-State: AIkVDXLAi05iXeqDvtCx8yw0TWLro8B5pWCOk4A+0GZ09abxs22ZWqioZeIVd96w+hfPaw== X-Received: by 10.84.216.17 with SMTP id m17mr1225499pli.82.1482259037230; Tue, 20 Dec 2016 10:37:17 -0800 (PST) Received: from localhost.localdomain (KD118152108246.ppp-bb.dion.ne.jp. [118.152.108.246]) by smtp.gmail.com with ESMTPSA id a26sm7967326pgd.26.2016.12.20.10.37.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 Dec 2016 10:37:16 -0800 (PST) From: Yoshihiro Kaneko To: linux-pci@vger.kernel.org Cc: Bjorn Helgaas , Simon Horman , Magnus Damm , Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 pci/next] PCI: rcar: Add compatible string for r8a7796 Date: Wed, 21 Dec 2016 03:37:06 +0900 Message-Id: <1482259026-7180-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 Acked-by: Simon Horman Acked-by: Rob Herring --- This patch is based on the next branch of the pci tree. v2 [Yoshihiro Kaneko] * As suggested by Geert Uytterhoeven Dropped the update of the driver. Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 + 1 file changed, 1 insertion(+) 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.