[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220414092252.12174-3-bharat.kumar.gogada@xilinx.com>
Date: Thu, 14 Apr 2022 14:52:51 +0530
From: Bharat Kumar Gogada <bharat.kumar.gogada@...inx.com>
To: <linux-pci@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<devicetree@...r.kernel.org>
CC: <lorenzo.pieralisi@....com>, <bhelgaas@...gle.com>,
<michals@...inx.com>, <robh@...nel.org>,
Bharat Kumar Gogada <bharat.kumar.gogada@...inx.com>
Subject: [PATCH v1 2/3] PCI: xilinx-cpm: Remove version number in compatible string
Remove unnecessary version number in compatible string.
Signed-off-by: Bharat Kumar Gogada <bharat.kumar.gogada@...inx.com>
---
drivers/pci/controller/pcie-xilinx-cpm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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", },
{}
};
--
2.17.1
Powered by blists - more mailing lists