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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21191C83F14 for ; Mon, 28 Aug 2023 04:15:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229899AbjH1EPM (ORCPT ); Mon, 28 Aug 2023 00:15:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbjH1EOp (ORCPT ); Mon, 28 Aug 2023 00:14:45 -0400 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 38474118 for ; Sun, 27 Aug 2023 21:14:40 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.02,206,1688396400"; d="scan'208";a="174158844" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 28 Aug 2023 13:14:40 +0900 Received: from localhost.localdomain (unknown [10.166.15.32]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 3836240071EF; Mon, 28 Aug 2023 13:14:40 +0900 (JST) From: Yoshihiro Shimoda To: geert+renesas@glider.be, magnus.damm@gmail.com Cc: linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v2 0/2] arm64: dts: renesas: r8a779f0: Add PCIe support Date: Mon, 28 Aug 2023 13:14:32 +0900 Message-Id: <20230828041434.2747699-1-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Add PCIe support for R-Car S4-8 (r8a779f0). The dt-bindings doc patches are merged into pci.git repo: https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/log/?h=controller/rcar Changes from v1: https://lore.kernel.org/all/20230414072717.2931212-1-yoshihiro.shimoda.uh@renesas.com/ - Rebased on the latest renesas-devel tag (renesas-devel-2023-08-21-v6.5-rc7). - Fix the nodes for the latest dt-bindings docs. Yoshihiro Shimoda (2): arm64: dts: renesas: r8a779f0: Add PCIe Host and Endpoint nodes arm64: dts: renesas: r8a779f0: spider: Enable PCIe Host ch0 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi | 24 ++++ arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 128 ++++++++++++++++++ 2 files changed, 152 insertions(+) -- 2.25.1