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 3ED91EB64DA for ; Fri, 16 Jun 2023 12:45:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344065AbjFPMpw (ORCPT ); Fri, 16 Jun 2023 08:45:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245258AbjFPMpu (ORCPT ); Fri, 16 Jun 2023 08:45:50 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CB7330E8; Fri, 16 Jun 2023 05:45:49 -0700 (PDT) Received: from [192.168.88.20] (91-154-35-171.elisa-laajakaista.fi [91.154.35.171]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D8FE9AB; Fri, 16 Jun 2023 14:45:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1686919515; bh=2O2xVR59QzjwM/PsDbH94LJv9nRecygjI3jFJiv0M9c=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=NE5CFNNeNDwgKdnO30Y9Hs2VgQr/YGXXKDlw7dwVAC6ikh2T7efriqzFFvxQIAsRv LW/zYloy0dBkDud71550qVUyhvrCY5wyiN36vfJrfdSTh1xBgVAJYC4dNPuw+zMb34 YSXY6KWChBh0daZBOWo47Vuba7kn+xMICpmqWS90= Message-ID: <2de29abb-4c1f-9c5e-564a-ac29d953f0a1@ideasonboard.com> Date: Fri, 16 Jun 2023 15:45:43 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH v8 1/2] dt-bindings: display: ti,am65x-dss: Add am625 dss compatible Content-Language: en-US To: Aradhya Bhatia , Jyri Sarha , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: DRI Development List , Devicetree List , Linux Kernel List , Nishanth Menon , Vignesh Raghavendra , Rahul T R , Devarsh Thakkar , Jayesh Choudhary References: <20230608163734.2578-1-a-bhatia1@ti.com> <20230608163734.2578-2-a-bhatia1@ti.com> From: Tomi Valkeinen In-Reply-To: <20230608163734.2578-2-a-bhatia1@ti.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/06/2023 19:37, Aradhya Bhatia wrote: > The DSS controller on TI's AM625 SoC is an update from that on TI's > AM65X SoC. The former has an additional OLDI TX on its first video port > that helps output cloned video or WUXGA (1920x1200@60fps) resolution > video output over a dual-link mode to reduce the required OLDI clock > output. > > The second video port is same from AM65x DSS and it outputs DPI video > data. It can support 2K resolutions @ 60fps, independently. > > Add the new controller's compatible and update descriptions. > > Signed-off-by: Aradhya Bhatia Reviewed-by: Tomi Valkeinen Tomi