|
@@ -917,6 +917,7 @@ static const struct of_device_id rcar_pcie_of_match[] = {
|
|
|
{ .compatible = "renesas,pcie-r8a7779", .data = rcar_pcie_hw_init_h1 },
|
|
|
{ .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 },
|
|
|
{},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, rcar_pcie_of_match);
|