From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8CFCB3AF64A; Thu, 19 Mar 2026 08:56:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773910570; cv=none; b=Uaqwg2gR9zFXB52UEuKQrga3t8G67MFGAuWJJ/GEYzV2xZxSwqZPAeo1P3yGYZsmsKLa6URuRsUbta1lkV+JjzEJWwpEC68Vv7oM0AZl8hvfX3liwypJb1aEB+VhqohCLz9Rl61bs0KuLjqpRiCReFUPLiNRf9v1dpfhXh1Iw6c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773910570; c=relaxed/simple; bh=sSNegPLyziBGZWviI09WAwRgGkM4jBEj89HIxzpU+Rk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jvm6ZHbk1zuojKl1Sh5cAxW819OH1DJfLah7VzAHAO/irH5uhgR5fSt3b8/wUrG6dz+WD9S+FY4Sq3GDh1wSDDr4ed+NA1z251kx7lUqEQGtP8IFY7ah+YjOjdrVqoHDgkgVxqSx/OMzqzd3LveFXSMSK/r+6ARgolk6RUomN7A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZGMTW9t2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZGMTW9t2" 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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> 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