summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-rcar-gen2.c
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2015-12-03 07:51:37 +0900
committerBjorn Helgaas <bhelgaas@google.com>2015-12-09 12:28:21 -0600
commit3517652fda51bfeea3768ba05819744c8ac57d9e (patch)
tree027442ee0abdca85a7f392978ebabe4c6aca8c09 /drivers/pci/host/pci-rcar-gen2.c
parente015f88c368da1e6e3567288c290c31d57b2ba94 (diff)
PCI: rcar: Add gen2 fallback compatibility string for pci-rcar-gen2
Add fallback compatibility string for R-Car Gen 2 family. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/pci/host/pci-rcar-gen2.c')
-rw-r--r--drivers/pci/host/pci-rcar-gen2.c1
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 62951165dcbb..9980a4bdae7e 100644
--- a/drivers/pci/host/pci-rcar-gen2.c
+++ b/drivers/pci/host/pci-rcar-gen2.c
@@ -430,6 +430,7 @@ static int rcar_pci_probe(struct platform_device *pdev)
}
static struct of_device_id rcar_pci_of_match[] = {
+ { .compatible = "renesas,pci-rcar-gen2", },
{ .compatible = "renesas,pci-r8a7790", },
{ .compatible = "renesas,pci-r8a7791", },
{ .compatible = "renesas,pci-r8a7794", },