From patchwork Tue Nov 24 05:42:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yuya Hamamachi X-Patchwork-Id: 1405263 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-pci-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=renesas.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4CgCs54nzBz9sSf for ; Tue, 24 Nov 2020 16:54:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727646AbgKXFyG (ORCPT ); Tue, 24 Nov 2020 00:54:06 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:12396 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727193AbgKXFyG (ORCPT ); Tue, 24 Nov 2020 00:54:06 -0500 X-IronPort-AV: E=Sophos;i="5.78,365,1599490800"; d="scan'208";a="63678522" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 24 Nov 2020 14:49:03 +0900 Received: from localhost.localdomain (unknown [10.166.15.86]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 38D6A4201A27; Tue, 24 Nov 2020 14:49:03 +0900 (JST) From: Yuya Hamamachi To: linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Yuya Hamamachi Subject: [PATCH 0/2] Add PCIe EP to R-Car H3 Date: Tue, 24 Nov 2020 14:42:16 +0900 Message-Id: <20201124054218.3005-1-yuya.hamamachi.sx@renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org This patchset adds support for PCIe EP nodes to Renesas r8a77951 SoC. This is based on patch series "Add PCIe EP to RZ/G2H [1]". [1] https://lkml.org/lkml/2020/9/4/400 Yuya Hamamachi (2): dt-bindings: pci: rcar-pci-ep: Document r8a7795 arm64: dts: renesas: r8a77951: Add PCIe EP nodes .../devicetree/bindings/pci/rcar-pci-ep.yaml | 1 + arch/arm64/boot/dts/renesas/r8a77951.dtsi | 38 +++++++++++++++++++ 2 files changed, 39 insertions(+)