On Fri, Sep 04, 2020 at 11:38:49AM +0100, Lad Prabhakar wrote: > Document the support for R-Car PCIe EP on R8A774E1 SoC device. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml > index 70c45f72ab20..a059c96c294b 100644 > --- a/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml > +++ b/Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml > @@ -18,6 +18,7 @@ properties: > - renesas,r8a774a1-pcie-ep # RZ/G2M > - renesas,r8a774b1-pcie-ep # RZ/G2N > - renesas,r8a774c0-pcie-ep # RZ/G2E > + - renesas,r8a774e1-pcie-ep # RZ/G2H This is on Lorenzo's pci/rcar branch and headed to -next. There's a similar older commit on that branch, 2de82ec86674 ("dt-bindings: pci: rcar-pci-ep: Document r8a774a1 and r8a774b1") that came with a companion that added device IDs to pci_endpoint_test.c: cfb824ddd1c0 ("misc: pci_endpoint_test: Add Device ID for RZ/G2M and RZ/G2N PCIe controllers"). Is there, or should there be a similar device ID patch for renesas,r8a774e1-pcie-ep? > - const: renesas,rcar-gen3-pcie-ep # R-Car Gen3 and RZ/G2 > > reg: > -- > 2.17.1 >