From patchwork Thu Aug 22 00:44:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 13772270 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1EC111D131B for ; Thu, 22 Aug 2024 00:45:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724287510; cv=none; b=MDvN2IKO35O/ixkkObncMEzih2nDpyGtzPFoH7qxg2HMPaw5MXNNzyLxv2i+hfO8FtMLEpajMy060FKwdslMDsWNT4BfZyMapwtpvnCfdCtY+06WtGoGdco20TktBKdnaPjd6iiXT2LAIdp2xiCKm0jDvIcUcu3fN+XgAwphCRE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724287510; c=relaxed/simple; bh=3oq5HIHc4D7l0B090BuzynZ8G1qU3cc5jtKJ1WhSEaI=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Mb1ltSpMKIuN3nRG76Upijpmmfa93Z9ZsVptqAImirY/feOj+5DgUeoKWO+kBjizfMad+dKQnDekDLl4ArqcfbgHmG4ILlfkGKdMkWJh0Xg8iUZ7kca39kQXNkwb5Eqa78QoVypvsdJuk7ArdpgrFZ88kmGqC2I5dZqVJDow9yo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com; spf=pass smtp.mailfrom=renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=renesas.com X-IronPort-AV: E=Sophos;i="6.10,165,1719846000"; d="scan'208";a="216223507" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 22 Aug 2024 09:45:01 +0900 Received: from localhost.localdomain (unknown [10.166.13.99]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 0B53D40E09C6; Thu, 22 Aug 2024 09:45:01 +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 v3 0/2] arm64: dts: renesas: r8a779g0: add PCIe support Date: Thu, 22 Aug 2024 09:44:52 +0900 Message-Id: <20240822004454.1087582-1-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 This patch series adds PCIe support for R-Car V4H (r8a779g0). Since the dt-bindings of PCIe driver patches for R-Car V4H are merged into the mainline, it's time to resubmit this dts[i] patches now. Changes from v2: https://lore.kernel.org/all/20240520075931.126476-1-yoshihiro.shimoda.uh@renesas.com/ - Rebase the patch on renesas-drivers-2024-08-20-v6.11-rc4 - Add Reviewed-by tag to the patch [12]/2. Changes from v1: https://lore.kernel.org/all/20240229120741.2553702-1-yoshihiro.shimoda.uh@renesas.com/ - Fix interrupt-map properites in the patch 1/2. Yoshihiro Shimoda (2): arm64: dts: renesas: r8a779g0: Add PCIe Host and Endpoint nodes arm64: dts: renesas: white-hawk-cpu-common: Enable PCIe Host ch0 arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 134 ++++++++++++++++++ .../dts/renesas/white-hawk-cpu-common.dtsi | 18 +++ 2 files changed, 152 insertions(+)