[PATCH v2 0/2] Add PCIe support to RZ/V2H SoC and EVK
Prabhakar <[email protected]>
| Newsgroups | org.kernel.vger.linux-renesas-soc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Lad Prabhakar <[email protected]> Hi all, This patch series adds PCIe support to the Renesas RZ/V2H SoC and enables PCIe on the RZ/V2H EVK. The first patch adds the necessary device tree nodes for the PCIe controller, while the second patch enables the PCIe slot on the RZ/V2H EVK. v1->v2: - Formatted the ranges property so that the new line entries are aligned. - Corrected the flag values for dma-ranges property for pcie0/1 nodes. - Renamed the node name from pcie to pcie0. v1: https://lore.kernel.org/all/[email protected]/ Note, the driver and binding patches have landed in linux-next. Cheers, Prabhakar Lad Prabhakar (2): arm64: dts: renesas: r9a09g057: Add PCIe nodes arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable PCIe arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 140 ++++++++++++++++++ .../dts/renesas/r9a09g057h44-rzv2h-evk.dts | 18 +++ 2 files changed, 158 insertions(+) -- 2.54.0