diff options
author | Herve Codina <herve.codina@bootlin.com> | 2022-05-20 12:41:52 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2022-06-24 01:37:05 +0300 |
commit | aefffba672881f7fdb29ec15fcbcab55f3c0592d (patch) | |
tree | e0f992e9a452bfc93b97e2e94de4c9140f0b4466 /drivers/pci/controller/pci-rcar-gen2.c | |
parent | 2ed9ae81e8f4a5c96818403452a28f7947de3d34 (diff) | |
download | linux-aefffba672881f7fdb29ec15fcbcab55f3c0592d.tar.xz |
PCI: rcar-gen2: Add RZ/N1 SOC family compatible string
Add Renesas RZ/N1 SOC family support to the Renesas R-Car Gen2 PCI bridge
driver.
The Renesas RZ/N1 SOC internal PCI bridge is compatible with the one in the
R-Car Gen2 family.
Tested with the RZ/N1D (R9A06G032) SOC.
Link: https://lore.kernel.org/r/20220520094155.313784-4-herve.codina@bootlin.com
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/pci/controller/pci-rcar-gen2.c')
-rw-r--r-- | drivers/pci/controller/pci-rcar-gen2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/pci-rcar-gen2.c b/drivers/pci/controller/pci-rcar-gen2.c index 35804ea394fd..839695791757 100644 --- a/drivers/pci/controller/pci-rcar-gen2.c +++ b/drivers/pci/controller/pci-rcar-gen2.c @@ -328,6 +328,7 @@ static const struct of_device_id rcar_pci_of_match[] = { { .compatible = "renesas,pci-r8a7791", }, { .compatible = "renesas,pci-r8a7794", }, { .compatible = "renesas,pci-rcar-gen2", }, + { .compatible = "renesas,pci-rzn1", }, { }, }; |