diff options
author | 2020-11-04 10:58:15 +0900 | |
---|---|---|
committer | 2020-11-20 17:19:03 +0000 | |
commit | 2228af80935aa5440dff2e5b3a2c5d25d9d61334 (patch) | |
tree | b7b1ae36eafeb785a82fac8a64df7e3bca6cfefc | |
parent | dt-bindings: PCI: rcar-pci-host: Convert bindings to json-schema (diff) | |
download | wireguard-linux-2228af80935aa5440dff2e5b3a2c5d25d9d61334.tar.xz wireguard-linux-2228af80935aa5440dff2e5b3a2c5d25d9d61334.zip |
dt-bindings: PCI: rcar-pci-host: Document r8a77965 bindings
Document the R-Car M3-N (R8A77965) SoC in the R-Car PCIe bindings.
Link: https://lore.kernel.org/r/1604455096-13923-3-git-send-email-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/pci/rcar-pci-host.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml b/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml index 40c38a6612a8..c93b0d14589e 100644 --- a/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml +++ b/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml @@ -34,6 +34,7 @@ properties: - renesas,pcie-r8a7795 # R-Car H3 - renesas,pcie-r8a7796 # R-Car M3-W - renesas,pcie-r8a77961 # R-Car M3-W+ + - renesas,pcie-r8a77965 # R-Car M3-N - renesas,pcie-r8a77980 # R-Car V3H - renesas,pcie-r8a77990 # R-Car E3 - const: renesas,pcie-rcar-gen3 # R-Car Gen3 and RZ/G2 |