Message ID | 20220412094029.287562-3-herve.codina@bootlin.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | RZN1 USB Host support | expand |
diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt index aeba38f0a387..098ea12e6c95 100644 --- a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt +++ b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt @@ -15,7 +15,9 @@ Required properties: "renesas,pci-r8a7793" for the R8A7793 SoC; "renesas,pci-r8a7794" for the R8A7794 SoC; "renesas,pci-rcar-gen2" for a generic R-Car Gen2 or - RZ/G1 compatible device. + RZ/G1 compatible device; + "renesas,pci-r9a06g032" for the R9A06G032 (RZ/N1D) SoC; + "renesas,pci-rzn1" for a generic RZ/N1 compatible device. When compatible with the generic version, nodes must list the
Add internal PCI bridge support for the r9a06g032 SoC. The Renesas RZ/N1D (R9A06G032) internal PCI bridge is compatible with the one present in the R-Car Gen2 family. Signed-off-by: Herve Codina <herve.codina@bootlin.com> --- Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)