Hello, This series adds device-tree overlays for enabling Endpoint mode of operation of the PCIe Controllers on TI's J721E, AM68 and AM69 SoCs. Only the second patch of this series has a v3 while the rest of the patches have been newly introduced in this series. The reason for grouping patches is the dependency on the Makefile w.r.t. the changes made in the patches when enabling overlays. v3: https://lore.kernel.org/r/20241010100933.2492806-1-s-vadapalli@xxxxxx/ Changes since v3: - Rebased on next-20241204. v2: https://lore.kernel.org/r/20240222065733.1213434-1-s-vadapalli@xxxxxx/ Changes since v2: - Rebased patch on next-20241010. - Moved vendor specific property "ti,syscon-pcie-ctrl" to the end of the node. v1: https://lore.kernel.org/r/20240220105006.1056824-1-s-vadapalli@xxxxxx/ Changes since v1: - Created a new overlay for PCIE1 based on Andrew's suggestion at: https://lore.kernel.org/r/415ee6d4-fe26-4582-80f3-9b503d308fdf@xxxxxx/ - Updated Makefile to allow applying overlay on "k3-j721e-evm-pcie0-ep.dtb" Series is based on linux-next tagged next-20241204. Logs validating series: 1. J721E Overlay test logs: https://gist.github.com/Siddharth-Vadapalli-at-TI/682d2469884d74ad73c3e6ab4b829067 2. AM68 Overlay test logs: https://gist.github.com/Siddharth-Vadapalli-at-TI/b302475ee8ff257dab358a7ccfaaa734 3. AM69 Overlay test logs: https://gist.github.com/Siddharth-Vadapalli-at-TI/c50e5a09b5af962cba722619974add2b Regards, Siddharth. Siddharth Vadapalli (4): arm64: dts: ti: Makefile: Fix typo "k3-j7200-evm-pcie1-ep.dtbo" arm64: dts: ti: k3-j721e-evm: Add overlay for PCIE1 Endpoint Mode arm64: dts: ti: k3-am68-sk-base-board: Add overlay for PCIE1 Endpoint Mode arm64: dts: ti: k3-am69-sk: Add overlay for PCIE0 Endpoint Mode arch/arm64/boot/dts/ti/Makefile | 15 +++++- .../ti/k3-am68-sk-base-board-pcie1-ep.dtso | 53 +++++++++++++++++++ .../boot/dts/ti/k3-am69-sk-pcie0-ep.dtso | 53 +++++++++++++++++++ .../boot/dts/ti/k3-j721e-evm-pcie1-ep.dtso | 53 +++++++++++++++++++ 4 files changed, 173 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/ti/k3-am68-sk-base-board-pcie1-ep.dtso create mode 100644 arch/arm64/boot/dts/ti/k3-am69-sk-pcie0-ep.dtso create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-evm-pcie1-ep.dtso -- 2.43.0