summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorSergei Shtylyov2015-09-12 01:06:09 +0200
committerBjorn Helgaas2015-09-25 00:06:32 +0200
commitde24c18c0faca5ebd618e1cb87f5489745e40475 (patch)
treeaae9777fb5fba17e2dd40047faaca5f8bf73e2d9 /Documentation/devicetree
parentPCI: Use function 0 VPD for identical functions, regular VPD for others (diff)
downloadkernel-qcow2-linux-de24c18c0faca5ebd618e1cb87f5489745e40475.tar.gz
kernel-qcow2-linux-de24c18c0faca5ebd618e1cb87f5489745e40475.tar.xz
kernel-qcow2-linux-de24c18c0faca5ebd618e1cb87f5489745e40475.zip
PCI: rcar: Add R8A7794 support
Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Bjorn Helgaas <helgaas@kernel.org> Acked-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
index d8ef5bf50f11..7fab84b33531 100644
--- a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
+++ b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
@@ -7,7 +7,8 @@ OHCI and EHCI controllers.
Required properties:
- compatible: "renesas,pci-r8a7790" for the R8A7790 SoC;
- "renesas,pci-r8a7791" for the R8A7791 SoC.
+ "renesas,pci-r8a7791" for the R8A7791 SoC;
+ "renesas,pci-r8a7794" for the R8A7794 SoC.
- reg: A list of physical regions to access the device: the first is
the operational registers for the OHCI/EHCI controllers and the
second is for the bridge configuration and control registers.