From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_NEOMUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A73DDC31E48 for ; Wed, 12 Jun 2019 11:46:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8BB382082C for ; Wed, 12 Jun 2019 11:46:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726875AbfFLLqe (ORCPT ); Wed, 12 Jun 2019 07:46:34 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:38080 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725844AbfFLLqd (ORCPT ); Wed, 12 Jun 2019 07:46:33 -0400 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id D075525AEA9; Wed, 12 Jun 2019 21:46:31 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id A60F0E21AAA; Wed, 12 Jun 2019 13:46:29 +0200 (CEST) Date: Wed, 12 Jun 2019 13:46:29 +0200 From: Simon Horman To: Biju Das Cc: Rob Herring , Mark Rutland , Bjorn Helgaas , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Chris Paterson , Fabrizio Castro , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1 Message-ID: <20190612114629.wpazihf5ea3g4wjn@verge.net.au> References: <1559891016-56157-1-git-send-email-biju.das@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559891016-56157-1-git-send-email-biju.das@bp.renesas.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Jun 07, 2019 at 08:03:36AM +0100, Biju Das wrote: > Add PCIe support for the RZ/G2M (a.k.a. R8A774A1). > > Signed-off-by: Biju Das Reviewed-by: Simon Horman > --- > 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 6904882..45bba9f 100644 > --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt > +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt > @@ -3,6 +3,7 @@ > Required properties: > compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC; > "renesas,pcie-r8a7744" for the R8A7744 SoC; > + "renesas,pcie-r8a774a1" for the R8A774A1 SoC; > "renesas,pcie-r8a774c0" for the R8A774C0 SoC; > "renesas,pcie-r8a7779" for the R8A7779 SoC; > "renesas,pcie-r8a7790" for the R8A7790 SoC; > -- > 2.7.4 >