Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2384180pxk; Sun, 27 Sep 2020 05:46:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy6H40v/hQlHkvjZwoaOELFNicLz1PD5Z+W+3cpcNhptKDp6DGu6E1IEMhmfgbO41ZsNAgY X-Received: by 2002:a05:6402:1558:: with SMTP id p24mr10722705edx.194.1601210806281; Sun, 27 Sep 2020 05:46:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601210806; cv=none; d=google.com; s=arc-20160816; b=pl2QZfssGiqdccxcbhO46fLDPelIWwhXZJQXJTcb9mznm8nd4Jn4aBsLR1Co7IEOsr jKUMs/a1BM/ad4jdG/qhdZOwCMkE1bPhrM0RjqfSnc/1M/sG0XqtuwySDwck7+N+1Db8 xz6z+weUC8JMFxCqpd4yNaeChs6qzUOztbMP2KrwufCGWcinwcWccKbmwPrZ3ZXmNeOW 3Ipe6rm2eztrsG5X5lrAvwQ0nokJDyk2/6j0dOioudyhBetW5OAl/0AMoSe5PlgtoimY 0Q27DdKBrnYACwRwy8wxvvCtzNtrror1Q/K4QeKHqvAYLTZs9BFUtci99pa7EvSePqYY xIsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=cwFv+eFkJysEqsAmmk0K/rJjOrqwnaj1YMKNxCglGZo=; b=QUXNpoPXvOfxLUPUU24tMR10FpH3EzlHjWa3eHNsUddEIkMmLLDud3Oh80vD91MVn7 VnxXwKBjTKomObegbxnyoaf6KTusdwW3WbiLwlE2y/EHx30GoqDZz1NTH+gR3HFHHNL/ RX6VN0kt9xw4k0+ZJhwgJh7fLwXfKDrF8DUqJm0AMXLtQmQwrWwkL/7TgsI9y4r175yE mIMQcKRT4FlWfjnLJnU9YflWUZmY1HqnL1eKTN0ju2a0FMh/YpNtPMOI4CvW+PnzETL4 8c8nxOD0BKc9Gp8exzaT1PRMD2fzlHXNvw7V0aqp1BHG9GU0GLGuOd8Q+Q3DQLy2MYOL /wfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m16si5495337edr.280.2020.09.27.05.46.23; Sun, 27 Sep 2020 05:46:46 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726562AbgI0MnQ (ORCPT + 99 others); Sun, 27 Sep 2020 08:43:16 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:24420 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726348AbgI0MnQ (ORCPT ); Sun, 27 Sep 2020 08:43:16 -0400 X-IronPort-AV: E=Sophos;i="5.77,310,1596466800"; d="scan'208";a="58260698" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 27 Sep 2020 21:43:15 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id F2E5840065C4; Sun, 27 Sep 2020 21:43:12 +0900 (JST) From: Lad Prabhakar To: Lorenzo Pieralisi , Bjorn Helgaas Cc: Marek Vasut , Yoshihiro Shimoda , Rob Herring , linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Prabhakar , Lad Prabhakar Subject: [RESEND PATCH] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1 Date: Sun, 27 Sep 2020 13:42:57 +0100 Message-Id: <20200927124257.29612-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add PCIe support for the RZ/G2H (a.k.a. R8A774E1). Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Acked-by: Rob Herring Reviewed-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Reviewed-by: Yoshihiro Shimoda --- Hi Lorenzo, This patch is part of series [1] and is Acked the DT maintainers, while rest of the patches have been picked up by the respective maintainers, could you please pick this patch. [1] https://www.spinics.net/lists/dmaengine/msg22971.html Cheers, Prabhakar --- 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 14d307deff06..8e495d6811a0 100644 --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt @@ -7,6 +7,7 @@ compatible: "renesas,pcie-r8a7742" for the R8A7742 SoC; "renesas,pcie-r8a774a1" for the R8A774A1 SoC; "renesas,pcie-r8a774b1" for the R8A774B1 SoC; "renesas,pcie-r8a774c0" for the R8A774C0 SoC; + "renesas,pcie-r8a774e1" for the R8A774E1 SoC; "renesas,pcie-r8a7779" for the R8A7779 SoC; "renesas,pcie-r8a7790" for the R8A7790 SoC; "renesas,pcie-r8a7791" for the R8A7791 SoC; -- 2.17.1