diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2015-12-03 07:51:39 +0900 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-12-09 12:28:22 -0600 |
commit | a37b3eafe8e9cbe7c7754bc6003c125b23749554 (patch) | |
tree | 595ad7cc7ba8967c2de0cf500087a4a7c44d5bc4 /drivers/pci/host/pcie-rcar.c | |
parent | 3517652fda51bfeea3768ba05819744c8ac57d9e (diff) | |
download | linux-a37b3eafe8e9cbe7c7754bc6003c125b23749554.tar.bz2 |
PCI: rcar: Add gen2 fallback compatibility string for pcie-rcar
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>
Diffstat (limited to 'drivers/pci/host/pcie-rcar.c')
-rw-r--r-- | drivers/pci/host/pcie-rcar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/pcie-rcar.c b/drivers/pci/host/pcie-rcar.c index 0c819a00e8ce..5c2962646b17 100644 --- a/drivers/pci/host/pcie-rcar.c +++ b/drivers/pci/host/pcie-rcar.c @@ -915,6 +915,7 @@ static int rcar_pcie_parse_map_dma_ranges(struct rcar_pcie *pcie, static const struct of_device_id rcar_pcie_of_match[] = { { .compatible = "renesas,pcie-r8a7779", .data = rcar_pcie_hw_init_h1 }, + { .compatible = "renesas,pcie-rcar-gen2", .data = rcar_pcie_hw_init }, { .compatible = "renesas,pcie-r8a7790", .data = rcar_pcie_hw_init }, { .compatible = "renesas,pcie-r8a7791", .data = rcar_pcie_hw_init }, { .compatible = "renesas,pcie-r8a7795", .data = rcar_pcie_hw_init }, |