From patchwork Thu Aug 3 08:17:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jayesh Choudhary X-Patchwork-Id: 709748 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 D260EC001DF for ; Thu, 3 Aug 2023 08:24:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234418AbjHCIYj (ORCPT ); Thu, 3 Aug 2023 04:24:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234413AbjHCIYF (ORCPT ); Thu, 3 Aug 2023 04:24:05 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8383146A1; Thu, 3 Aug 2023 01:18:07 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3738I2kj107542; Thu, 3 Aug 2023 03:18:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1691050682; bh=wLIG36mwgYjb9tKFTWdlKJ8otozWX3XZkQtAlza2ZfA=; h=From:To:CC:Subject:Date; b=hQYVYHpncfNysd5ywTO7K3BY/qUVD0rfiqMSIGDpJWeYflz8h1/gfpZRResEnvPqR JS+Jund5Q+jTX5olgDnQI9DRbh7jS/djlsRcnPAScSq6mhR7mEPEZyTUQ7Zii3uYOv GBdImImW4X+n99EvsSL083dmwO2Tc34e/qZCuoTE= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3738I2YE101146 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 3 Aug 2023 03:18:02 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) 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; Thu, 3 Aug 2023 03:18:02 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE115.ent.ti.com (157.170.170.26) 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; Thu, 3 Aug 2023 03:18:02 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3738I1qL008507; Thu, 3 Aug 2023 03:18:01 -0500 From: Jayesh Choudhary To: , CC: , , , , , , , , , Subject: [PATCH 0/2] Add HDMI support for AM68-SK Board Date: Thu, 3 Aug 2023 13:47:58 +0530 Message-ID: <20230803081800.368582-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 AM68-SK base board has one DP and one HDMI port. This series add support for HDMI peripheral for the same. Jayesh Choudhary (2): arm64: dts: ti: k3-j721s2-main: Add DSS node arm64: dts: ti: k3-am68-sk-base-board: Add HDMI support .../boot/dts/ti/k3-am68-sk-base-board.dts | 138 ++++++++++++++++++ arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 46 ++++++ 2 files changed, 184 insertions(+) Reviewed-by: Aradhya Bhatia