mbox series

[0/2] r8a7742 add PCIe node

Message ID 20200810174156.30880-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series r8a7742 add PCIe node | expand

Message

Prabhakar Aug. 10, 2020, 5:41 p.m. UTC
Hi All,

This patch set adds PCIe instance to r8a7742 Soc dtsi.
patches apply on-top of [1] + [2]

[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/
    renesas-devel.git/log/?h=renesas-arm-dt-for-v5.10
[2] https://patchwork.kernel.org/project/linux-renesas-soc/
    list/?series=330277

Cheers,
Prabhakar

Lad Prabhakar (2):
  dt-bindings: PCI: rcar: Add device tree support for r8a7742
  ARM: dts: r8a7742: Add PCIe Controller device node

 .../devicetree/bindings/pci/rcar-pci.txt      |  3 +-
 arch/arm/boot/dts/r8a7742.dtsi                | 35 +++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)

Comments

Lorenzo Pieralisi Sept. 7, 2020, 2:51 p.m. UTC | #1
On Mon, Aug 10, 2020 at 06:41:54PM +0100, Lad Prabhakar wrote:
> Hi All,
> 
> This patch set adds PCIe instance to r8a7742 Soc dtsi.
> patches apply on-top of [1] + [2]
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/
>     renesas-devel.git/log/?h=renesas-arm-dt-for-v5.10
> [2] https://patchwork.kernel.org/project/linux-renesas-soc/
>     list/?series=330277
> 
> Cheers,
> Prabhakar
> 
> Lad Prabhakar (2):
>   dt-bindings: PCI: rcar: Add device tree support for r8a7742
>   ARM: dts: r8a7742: Add PCIe Controller device node
> 
>  .../devicetree/bindings/pci/rcar-pci.txt      |  3 +-
>  arch/arm/boot/dts/r8a7742.dtsi                | 35 +++++++++++++++++++
>  2 files changed, 37 insertions(+), 1 deletion(-)

I took patch (1) in pci/rcar, thanks.

Lorenzo