Hello, This series adds device-tree overlays for enabling PCIe in Endpoint mode of operation on J721E-EVM and J721S2-EVM. NOTE: This series is based on linux-next tagged next-20231211. v2: https://lore.kernel.org/r/20231115085204.3578616-1-s-vadapalli@xxxxxx/ Changes since v2: - Rebased series on linux-next tagged next-20231211. - Collected Reviewed-by tag from: Ravi Gunasekaran <r-gunasekaran@xxxxxx> - Updated Makefile based on Andrew's suggestion to build the DTBs corresponding to the overlays only with an OF_ALL_DTBS build config since the generated DTBs are not required except to ensure that the overlays apply on the base DTB. Reference: https://lore.kernel.org/r/20231128-csi_dts-v3-9-0bb11cfa9d43@xxxxxx v1: https://lore.kernel.org/r/20231020113222.3161829-1-s-vadapalli@xxxxxx/ Changes since v1: - Rebased series on linux-next tagged next-20231114. Regards, Siddharth. Siddharth Vadapalli (2): arm64: dts: ti: k3-j721e-evm: Add overlay for PCIE0 Endpoint Mode arm64: dts: ti: k3-j721s2-evm: Add overlay for PCIE1 Endpoint Mode arch/arm64/boot/dts/ti/Makefile | 10 +++- .../boot/dts/ti/k3-j721e-evm-pcie0-ep.dtso | 53 +++++++++++++++++++ .../boot/dts/ti/k3-j721s2-evm-pcie1-ep.dtso | 53 +++++++++++++++++++ 3 files changed, 115 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-evm-pcie0-ep.dtso create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2-evm-pcie1-ep.dtso -- 2.34.1