From patchwork Fri Apr 14 15:15:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jayesh Choudhary X-Patchwork-Id: 673175 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01AB0C77B6E for ; Fri, 14 Apr 2023 15:16:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231241AbjDNPQY (ORCPT ); Fri, 14 Apr 2023 11:16:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36276 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231146AbjDNPQV (ORCPT ); Fri, 14 Apr 2023 11:16:21 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0CBBC670; Fri, 14 Apr 2023 08:16:13 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33EFFsa3106032; Fri, 14 Apr 2023 10:15:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1681485354; bh=VOH0wtPIqubPCEZl1iYsvlc7kis3klv81GlWG2U6hx0=; h=From:To:CC:Subject:Date; b=gcGPTlCrJiEz4H8OOf8YfW5H/t6E1X3ppNQTN3uNFOmhWWK3o18ybFGePRUt2GrKy XNJD3eR9k/uc29ICzgbIpDmNsr74Yl6TOAtXUDJVbg010pPyAt8fcOF0q0QnxAKPX0 ELrVeiVz2Crn3fK/0HiidScXxWjNNkX9GirV6+Ww= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33EFFsbB119533 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 14 Apr 2023 10:15:54 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 14 Apr 2023 10:15:54 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Fri, 14 Apr 2023 10:15:54 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33EFFrAQ096128; Fri, 14 Apr 2023 10:15:53 -0500 From: Jayesh Choudhary To: , , CC: , , , , , , , Subject: [PATCH v2 0/5] Add peripherals for J784S4 Date: Fri, 14 Apr 2023 20:45:48 +0530 Message-ID: <20230414151553.339599-1-j-choudhary@ti.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series adds support for: - SERDES, WIZ DT nodes, Serdes lane control mux - MAIN CPSW2G nodes - DSS and DisplayPort-0 nodes This series depends on DMA support patches for J784S4[1] which are applied to linux-next. DisplayPort has been tested on local J784S4 EVM. Test log: Changelog v1->v2: - Moved J784S4 EVM changes together to the last patch (Suggested by Andrew[2]) v1 patch link: [1]: [2]: Rahul T R (2): arm64: dts: ti: k3-j784s4-main: Add DSS and DP-bridge node arm64: dts: ti: k3-j784s4-evm: Enable DisplayPort-0 Siddharth Vadapalli (3): arm64: dts: ti: k3-j784s4-main: Add system controller and SERDES lane mux arm64: dts: ti: k3-j784s4: Add Main CPSW2G node arm64: dts: ti: k3-j784s4: Add WIZ and SERDES PHY nodes arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 164 ++++++++++ arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 338 +++++++++++++++++++++ 2 files changed, 502 insertions(+)