From: Hrushikesh Salunke Date: Thu, 23 Oct 2025 11:46:04 +0000 (+0530) Subject: configs: j784s4_evm_a72_defconfig: Enable configs for PCI Endpoint mode X-Git-Tag: v2026.01-rc2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6176174ab24443d271bb507f001551f86bf53cca;p=pandora-u-boot.git configs: j784s4_evm_a72_defconfig: Enable configs for PCI Endpoint mode TI's J784S4 SoC has two instances of PCIe Controller namely PCIe0 and PCIe1 which are Cadence PCIe Controllers. Enable corresponding configs to support PCIe Endpoint mode of operation on these instances. Signed-off-by: Hrushikesh Salunke --- diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig index 67aa18a16da..fc7acbae694 100644 --- a/configs/j784s4_evm_a72_defconfig +++ b/configs/j784s4_evm_a72_defconfig @@ -125,6 +125,8 @@ CONFIG_MUX_MMIO=y CONFIG_PHY_TI_DP83867=y CONFIG_PHY_FIXED=y CONFIG_TI_AM65_CPSW_NUSS=y +CONFIG_PCI_ENDPOINT=y +CONFIG_PCIE_CDNS_TI_EP=y CONFIG_PHY=y CONFIG_SPL_PHY=y CONFIG_PHY_CADENCE_TORRENT=y