mbox series

[0/2] arm64: dts: renesas: r8a779h0: Enable PCIe Host

Message ID 20240904003409.1578212-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series arm64: dts: renesas: r8a779h0: Enable PCIe Host | expand

Message

Yoshihiro Shimoda Sept. 4, 2024, 12:34 a.m. UTC
Add PCIe controller nodes for R-Car V4M (R8A779H0).

The dt-bindings patches for R-Car V4M have been merged into the pci.git /
next branch now [1]. And, it will be merged into v6.12-rc1. So, I think
this patch will be merged into v6.13-rc1?

[1] https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/log/?h=next

Yoshihiro Shimoda (2):
  arm64: dts: renesas: r8a779h0: Add PCIe Host and Endpoint nodes
  arm64: dts: renesas: r8a779h0: gray-hawk-single: Enable PCIe Host

 .../dts/renesas/r8a779h0-gray-hawk-single.dts | 29 ++++++++
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi     | 67 +++++++++++++++++++
 2 files changed, 96 insertions(+)

Comments

Geert Uytterhoeven Sept. 4, 2024, 7:43 a.m. UTC | #1
Hi Shimoda-san,

On Wed, Sep 4, 2024 at 2:34 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Add PCIe controller nodes for R-Car V4M (R8A779H0).

Thanks for your series!

> The dt-bindings patches for R-Car V4M have been merged into the pci.git /
> next branch now [1]. And, it will be merged into v6.12-rc1. So, I think
> this patch will be merged into v6.13-rc1?

IUIC correctly, the real dependency is the reworked meaning of the
family-specific compatible value (up to [2]), which was merged in
v6.11-rc1?

But as iI have closed my tree for v6.12-rc1, the DTS part can indeed be
merged only in v6.13-rc1.

[2] commit faf5a975ee3b94aa ("PCI: rcar-gen4: Add support for R-Car V4H").

Gr{oetje,eeting}s,

                        Geert