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 232D1C04A6A for ; Thu, 3 Aug 2023 14:15:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235569AbjHCOPG (ORCPT ); Thu, 3 Aug 2023 10:15:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235711AbjHCOOu (ORCPT ); Thu, 3 Aug 2023 10:14:50 -0400 Received: from mail11.truemail.it (mail11.truemail.it [IPv6:2001:4b7e:0:8::81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6F06421E; Thu, 3 Aug 2023 07:14:16 -0700 (PDT) Received: from francesco-nb.int.toradex.com (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 07876206B8; Thu, 3 Aug 2023 16:14:13 +0200 (CEST) Date: Thu, 3 Aug 2023 16:14:08 +0200 From: Francesco Dolcini To: Aradhya Bhatia , Nishanth Menon , Vignesh Raghavendra Cc: Tero Kristo , Rob Herring , Krzysztof Kozlowski , Catalin Marinas , Conor Dooley , Devicetree List , Linux Kernel List , Linux ARM Kernel List , Tomi Valkeinen , Rahul T R , Devarsh Thakkar , Jai Luthra , Jayesh Choudhary Subject: Re: [PATCH v3 2/8] arm64: dts: ti: k3-am62-main: Add node for DSS Message-ID: References: <20230728173438.12995-1-a-bhatia1@ti.com> <20230728173438.12995-3-a-bhatia1@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230728173438.12995-3-a-bhatia1@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello Aradhya, Nishanth and Vignesh On Fri, Jul 28, 2023 at 11:04:32PM +0530, Aradhya Bhatia wrote: > Add Display SubSystem (DSS) DT node for the AM625 SoC. > > The DSS supports one each of video pipeline (vid) and video-lite > pipeline (vidl1). It outputs OLDI signals on one video port (VP1) and > DPI signals on another (VP2). The video ports are connected to the > pipelines via 2 identical overlay managers (ovr1 and ovr2). Not sure on the plan on the whole series, but from my point of view it would make sense to have (at least) this patch, if deemed correctly, applied for v6.6. This will enable others TI AM625 user to start upstreaming their changes and testing it. Francesco