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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 55D5F107527C for ; Thu, 19 Mar 2026 08:56:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AF45C10E7D3; Thu, 19 Mar 2026 08:56:12 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="ZGMTW9t2"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 02FF810E7D3 for ; Thu, 19 Mar 2026 08:56:11 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 2F05F6011F; Thu, 19 Mar 2026 08:56:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52B04C19424; Thu, 19 Mar 2026 08:56:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773910569; bh=sSNegPLyziBGZWviI09WAwRgGkM4jBEj89HIxzpU+Rk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZGMTW9t2TE70a+eqxbeEmolrAq2fsQCtkxH+ThUUgmH6p85pd3PeEk1YyQk1FR7rk VRxgbUfwN16DRpXgMtzPrx9ohyROv5+UrsQyNGsjeq8466MwyJfNcLJD6T0VkobEP4 DMETyAxI6QSsG+SORZ2umD3gBkXeCixM1S4qeYYl4Xdx97G13aCH7z61OEMBA5yrKQ F0XV9Vn+hSyIOZm0rVzsjOrpMu6IedVkhvdrwB++AHtXC/3V3f3VU7O+F8dV6P2afR xYARJXtayvGoyGCHotJj8peNvL9FlAEV8oDx6yj8boCcKCt7e4TpQxhpipd1fzSHXa oxig50Kq7S55g== Date: Thu, 19 Mar 2026 09:56:07 +0100 From: Krzysztof Kozlowski To: Hermes Wu Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Pet.Weng@ite.com.tw, Kenneth.Hung@ite.com.tw, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/2] dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge Message-ID: <20260319-conscious-grumpy-wren-2b05ee@quoll> References: <20260319-upstream-6162-v4-0-7268483ef03d@ite.com.tw> <20260319-upstream-6162-v4-1-7268483ef03d@ite.com.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260319-upstream-6162-v4-1-7268483ef03d@ite.com.tw> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Mar 19, 2026 at 02:37:11PM +0800, Hermes Wu wrote: > Add device tree binding documentation for the ITE IT6162 MIPI DSI to > HDMI 2.0 bridge chip. The IT6162 is an I2C-controlled bridge that > supports the following configurations: > > - Single MIPI DSI input: up to 4K @ 30Hz > - Dual MIPI DSI input (combined): up to 4K @ 60Hz > > The chip also supports up to 8-channel audio output via 4 I2S data > channels. > > Signed-off-by: Hermes Wu > --- > Changes in v4: > - Drop ite,support-hdcp > - Drop endpoint properties already in video-interfaces.yaml > - Fix data-lanes in example with <0 1 2 3> > - Add blanking line in example before endpoint subnode starts > - Add reset-gpio and power controls to required Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof