From mboxrd@z Thu Jan 1 00:00:00 1970 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 8A3DCC433FE for ; Wed, 27 Apr 2022 09:09:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231744AbiD0JM7 (ORCPT ); Wed, 27 Apr 2022 05:12:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231584AbiD0JMz (ORCPT ); Wed, 27 Apr 2022 05:12:55 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43D802465E3; Wed, 27 Apr 2022 02:09:37 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23R98rxS096516; Wed, 27 Apr 2022 04:08:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1651050533; bh=ZyUx3wo0iYiilxqnF8laPtxpLJ1kPF6fVUWaFEOr0NI=; h=From:To:CC:Subject:Date; b=aZLQB4doOr/qwI3yUeKSooy5I1jr9UWDnYJSLeY7tuYOyL69oqEz/vxMyEo0fiUaT xhWFgJvBD8oE5XNvCcAbPzAi7Fl+YaMQRdjpjGFxxuX7okRVMwuXjd/hhHBhKfRRgp buK8CZz7RDLnftfDOt7sxg6k5vUI5mEl8ri0RDBw= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23R98rC8085122 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 27 Apr 2022 04:08:53 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Wed, 27 Apr 2022 04:08:52 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) 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.2308.14 via Frontend Transport; Wed, 27 Apr 2022 04:08:52 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23R98poL039899; Wed, 27 Apr 2022 04:08:52 -0500 From: Aradhya Bhatia To: Vignesh Raghavendra CC: Nishanth Menon , Rob Herring , Linux ARM Kernel List , Devicetree List , Linux Kernel List , Aradhya Bhatia Subject: [PATCH 0/4] arm64: ti: k3-am62: Add DT nodes to enable display Date: Wed, 27 Apr 2022 14:38:46 +0530 Message-ID: <20220427090850.32280-1-a-bhatia1@ti.com> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The patch series adds DT nodes for Display SubSystem and other peripherals required to enable the display on the AM625-SK board. An HDMI monitor can be connected to the board to view the image/video outputs. This series should be applied on top of Vignesh Raghavendra's patch series that introduces the basic soc and board peripherals for AM62x. Link for Vignesh's Patch series: https://lore.kernel.org/linux-arm-kernel/20220427072954.8821-1-vigneshr@ti.com/ Aradhya Bhatia (4): arm64: dts: ti: k3-am62-main: Add node for Display SubSystem arm64: dts: ti: k3-am625-sk: Add DSS pinmux info arm64: dts: ti: k3-am625-sk: Update main-i2c1 frequency arm64: dts: ti: k3-am625-sk: Add DSS ports, HDMI tx & peripherals arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 30 +++++++ arch/arm64/boot/dts/ti/k3-am625-sk.dts | 103 ++++++++++++++++++++++- 2 files changed, 132 insertions(+), 1 deletion(-) -- 2.36.0