diff options
| author | Tom Rini <trini@konsulko.com> | 2025-06-26 17:16:49 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-06-26 17:16:49 -0600 |
| commit | 231b56fd9bb0c1dc9fdfadf03ff9a9538f75f1db (patch) | |
| tree | 5aeb6ee84a231c896edcf91edca16aad9287ae97 /configs/am64x_evm_a53_defconfig | |
| parent | 45d951d46699a958a6c87d281af2904fea8a482c (diff) | |
| parent | 7d70986071ea32b2d496ecfc4f9621e454dc1b75 (diff) | |
Merge patch series "Add TI K3 PCIe Endpoint Controller support for AM64X"
Hrushikesh Salunke <h-salunke@ti.com> says:
This series adds support for the Endpoint mode on Cadence PCIe controller
on TI's K3 family of SoCs. The driver is an adaptation of the Linux
driver (drivers/pci/controller/cadence/pci-j721e.c) and has been
implemented specifically for Endpoint mode of operation on AM64X. A minor
set of changes will be sufficient to support other K3 SoCs as well.
This patch is tested on AM64X EVM. Following are the log corresponding
to this feature.
https://gist.github.com/hrushikesh221/e8557cbe7667877c50f7d7e9bb96d060
Link: https://lore.kernel.org/r/20250616164929.631791-1-h-salunke@ti.com
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
| -rw-r--r-- | configs/am64x_evm_a53_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig index 318a2270da2..fd2b28a1c6e 100644 --- a/configs/am64x_evm_a53_defconfig +++ b/configs/am64x_evm_a53_defconfig @@ -143,6 +143,8 @@ CONFIG_TI_ICSSG_PRUETH=y CONFIG_NVME_PCI=y CONFIG_PCI_CONFIG_HOST_BRIDGE=y CONFIG_PCIE_CDNS_TI=y +CONFIG_PCI_ENDPOINT=y +CONFIG_PCIE_CDNS_TI_EP=y CONFIG_PHY=y CONFIG_SPL_PHY=y CONFIG_PHY_CADENCE_TORRENT=y |
