diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2015-09-11 23:06:09 (GMT) |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2015-09-24 22:06:32 (GMT) |
commit | de24c18c0faca5ebd618e1cb87f5489745e40475 (patch) | |
tree | aae9777fb5fba17e2dd40047faaca5f8bf73e2d9 /drivers | |
parent | da2d03ea27f6ed9d2005a67b20dd021ddacf1e4d (diff) | |
download | linux-de24c18c0faca5ebd618e1cb87f5489745e40475.tar.xz |
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 'drivers')
-rw-r--r-- | drivers/pci/host/pci-rcar-gen2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/pci-rcar-gen2.c b/drivers/pci/host/pci-rcar-gen2.c index 367e28f..c4f64bf 100644 --- a/drivers/pci/host/pci-rcar-gen2.c +++ b/drivers/pci/host/pci-rcar-gen2.c @@ -362,6 +362,7 @@ static int rcar_pci_probe(struct platform_device *pdev) static struct of_device_id rcar_pci_of_match[] = { { .compatible = "renesas,pci-r8a7790", }, { .compatible = "renesas,pci-r8a7791", }, + { .compatible = "renesas,pci-r8a7794", }, { }, }; |