PCI: imx6: Add epc_features in imx6_pcie_drvdata
authorFrank Li <Frank.Li@nxp.com>
Tue, 20 Feb 2024 16:19:22 +0000 (11:19 -0500)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Mon, 4 Mar 2024 08:54:44 +0000 (09:54 +0100)
commit0044966cdadf3896389e6075d18468cfc0a54215
tree75c5701763ff3b345b6f42c02d89545d33241d37
parent1bd0d43dcf3b4259c51b2e6fd87eb567b622d90d
PCI: imx6: Add epc_features in imx6_pcie_drvdata

The i.MX EP exhibits variations in epc_features among different EP
configurations. This introduces the addition of epc_features in
imx6_pcie_drvdata to accommodate these differences. It's important to note
that there are no functional changes in this commit; instead, it lays the
groundwork for supporting i.MX95 EP functions.

Link: https://lore.kernel.org/r/20240220161924.3871774-13-Frank.Li@nxp.com
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/pci/controller/dwc/pci-imx6.c