Commit de24c18c authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Bjorn Helgaas

PCI: rcar: Add R8A7794 support

Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver.
Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarBjorn Helgaas <helgaas@kernel.org>
Acked-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent da2d03ea
...@@ -7,7 +7,8 @@ OHCI and EHCI controllers. ...@@ -7,7 +7,8 @@ OHCI and EHCI controllers.
Required properties: Required properties:
- compatible: "renesas,pci-r8a7790" for the R8A7790 SoC; - 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 - reg: A list of physical regions to access the device: the first is
the operational registers for the OHCI/EHCI controllers and the the operational registers for the OHCI/EHCI controllers and the
second is for the bridge configuration and control registers. second is for the bridge configuration and control registers.
......
...@@ -362,6 +362,7 @@ static int rcar_pci_probe(struct platform_device *pdev) ...@@ -362,6 +362,7 @@ static int rcar_pci_probe(struct platform_device *pdev)
static struct of_device_id rcar_pci_of_match[] = { static struct of_device_id rcar_pci_of_match[] = {
{ .compatible = "renesas,pci-r8a7790", }, { .compatible = "renesas,pci-r8a7790", },
{ .compatible = "renesas,pci-r8a7791", }, { .compatible = "renesas,pci-r8a7791", },
{ .compatible = "renesas,pci-r8a7794", },
{ }, { },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment