diff mbox series

[v1,2/3] PCI: xilinx-cpm: Remove version number in compatible string

Message ID 20220414092252.12174-3-bharat.kumar.gogada@xilinx.com
State New
Headers show
Series Remove unnecessary version number | expand

Commit Message

Bharat Kumar Gogada April 14, 2022, 9:22 a.m. UTC
Remove unnecessary version number in compatible string.

Signed-off-by: Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com>
---
 drivers/pci/controller/pcie-xilinx-cpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/pci/controller/pcie-xilinx-cpm.c b/drivers/pci/controller/pcie-xilinx-cpm.c
index c7cd44ed4dfc..52bc74335584 100644
--- a/drivers/pci/controller/pcie-xilinx-cpm.c
+++ b/drivers/pci/controller/pcie-xilinx-cpm.c
@@ -592,7 +592,7 @@  static int xilinx_cpm_pcie_probe(struct platform_device *pdev)
 }
 
 static const struct of_device_id xilinx_cpm_pcie_of_match[] = {
-	{ .compatible = "xlnx,versal-cpm-host-1.00", },
+	{ .compatible = "xlnx,versal-cpm-host", },
 	{}
 };