diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2016-12-20 13:37:06 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-01-11 13:52:46 -0500 |
commit | 8267b07526cabe2e2afc834a138ece8644af87ed (patch) | |
tree | 98ebb6515ddb5067ee258d3a66663a5e91c758ae | |
parent | e94888d23736cec51ba851f6e798d0eeb9ef5f41 (diff) |
PCI: rcar: Add compatible string for r8a7796
Add support for r8a7796.
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt index eee518db90b9..34712d6fd253 100644 --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt | |||
@@ -6,6 +6,7 @@ compatible: "renesas,pcie-r8a7779" for the R8A7779 SoC; | |||
6 | "renesas,pcie-r8a7791" for the R8A7791 SoC; | 6 | "renesas,pcie-r8a7791" for the R8A7791 SoC; |
7 | "renesas,pcie-r8a7793" for the R8A7793 SoC; | 7 | "renesas,pcie-r8a7793" for the R8A7793 SoC; |
8 | "renesas,pcie-r8a7795" for the R8A7795 SoC; | 8 | "renesas,pcie-r8a7795" for the R8A7795 SoC; |
9 | "renesas,pcie-r8a7796" for the R8A7796 SoC; | ||
9 | "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 compatible device. | 10 | "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 compatible device. |
10 | "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device. | 11 | "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device. |
11 | 12 | ||