From patchwork Wed Nov 15 08:52:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddharth Vadapalli X-Patchwork-Id: 744143 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7F1437E for ; Wed, 15 Nov 2023 08:52:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Ekqb9nMD" Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCFB2CF; Wed, 15 Nov 2023 00:52:20 -0800 (PST) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3AF8q8Uv087284; Wed, 15 Nov 2023 02:52:08 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1700038328; bh=/T2qgOykdX69s4aGpFDNh54kQideN4c9OJMXqKyBHco=; h=From:To:CC:Subject:Date; b=Ekqb9nMD/pD/ebBIi/cT0IIEEXACf9ycwUStJE63V12aJOWuuJ90ExEz7fr2yxZHq HyBtZ6hnT4kElBnZ1D8xnvcSqhXKJ3YQyA0g/o4C9PNnWw69/ZpB/KsQuErMiDbTkO TuKGydltJ+TU3XmIZ0LRrbwhvfkfiSmUr7iDPH+I= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3AF8q8Sd068908 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 15 Nov 2023 02:52:08 -0600 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 15 Nov 2023 02:52:07 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 15 Nov 2023 02:52:08 -0600 Received: from uda0492258.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3AF8q4lu005114; Wed, 15 Nov 2023 02:52:05 -0600 From: Siddharth Vadapalli To: , , , , , CC: , , , , , Subject: [PATCH v2 0/2] Add PCIe Endpoint overlays for J721E and J721S2 Date: Wed, 15 Nov 2023 14:22:02 +0530 Message-ID: <20231115085204.3578616-1-s-vadapalli@ti.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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-20231114. v1: https://lore.kernel.org/r/20231020113222.3161829-1-s-vadapalli@ti.com/ 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 | 6 +++ .../boot/dts/ti/k3-j721e-evm-pcie0-ep.dtso | 53 +++++++++++++++++++ .../boot/dts/ti/k3-j721s2-evm-pcie1-ep.dtso | 53 +++++++++++++++++++ 3 files changed, 112 insertions(+) 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