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 CEC25EFCD74 for ; Mon, 9 Mar 2026 10:30:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 378C710E11D; Mon, 9 Mar 2026 10:30:41 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="pw6v93rw"; 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 E85C510E00A for ; Mon, 9 Mar 2026 10:30:39 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 40D99600CB; Mon, 9 Mar 2026 10:30:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1B5AC4CEF7; Mon, 9 Mar 2026 10:30:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773052239; bh=CYoh8Q81ENzSeGq3xOwWDJTDSt996SoFePTjS6bvyS8=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=pw6v93rwka9lygAVW1ABBf0TPK+l3HpIdE19sgbkRsa9HUz+Tyh7nb/XFyBd5oYOX axWTbndKFGXfVuyuDHYFYM3XRPqtKXsxfiuExhNtrGJDJ3mLZFZt0865EyWw60R8wT KACha09iq/wL5g9ZTUN2MEIC5NbGayPOQuBydbtxrSflGvupOOk5OKdFLnJJGimasD 7QB/6lXlRasuCN4YVZahCeOHFei3/oH6TsqY7xX3np4aBn+9Zvk1IIjwTZu3Vv00pe c7rLNP/tZdd+uSHhf8oSAT+sWBDgvyYeGi+bcyxpMU6SsT8HBUv9ulGsvujBcjrk69 xnxRzBhCd5O4Q== Date: Mon, 09 Mar 2026 05:30:37 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Jonas Karlman , Robert Foss , Simona Vetter , Hermes Wu , Neil Armstrong , Krzysztof Kozlowski , Maxime Ripard , Laurent Pinchart , Thomas Zimmermann , Maarten Lankhorst , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kenneth.Hung@ite.com.tw, David Airlie , Conor Dooley , dri-devel@lists.freedesktop.org, Jernej Skrabec , Andrzej Hajda , Pet.Weng@ite.com.tw To: Hermes Wu In-Reply-To: <20260309-upstream-6162-v2-1-debdb6c88030@ite.com.tw> References: <20260309-upstream-6162-v2-0-debdb6c88030@ite.com.tw> <20260309-upstream-6162-v2-1-debdb6c88030@ite.com.tw> Message-Id: <177305223794.870890.11114414845312436607.robh@kernel.org> Subject: Re: [PATCH v2 1/2] dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge 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 Mon, 09 Mar 2026 17:42:01 +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 > --- > .../bindings/display/bridge/ite,it6162.yaml | 216 +++++++++++++++++++++ > 1 file changed, 216 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/display/bridge/ite,it6162.yaml:216:7: [error] no new line character at the end of file (new-line-at-end-of-file) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260309-upstream-6162-v2-1-debdb6c88030@ite.com.tw The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.