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 AE541EC1431 for ; Tue, 3 Mar 2026 13:25:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0645110E09C; Tue, 3 Mar 2026 13:25:43 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="LNg+DMUk"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id CF13110E09C for ; Tue, 3 Mar 2026 13:25:41 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 88DE8441A0; Tue, 3 Mar 2026 13:25:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B63DC116C6; Tue, 3 Mar 2026 13:25:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772544341; bh=a0C1RxOdwgadrhfl9W5zZBwBHsKaNlq8SCfd2aSE9Jo=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=LNg+DMUkQiUgMOqHBFByRfIetkTksPabU8FlaZDJ23hvB4F3PZwLT677PsLu7avzr D3qImRuk5EDL+9c6kxqFvwd9RJEjYnqVeT1fFI83dbRIDAxijo83lbWA3hvGAmKDZS abfJaUVW1ha8nlkQ9kbR92hI7DHQOMqzUJcAValyBegwqICBqynmtPPuP/iIYTIEWZ WKdUiHXehhyfHafUu03bYmZl3v1RegblK3woWTTPz6gYqLNYlkrluOvNXgsDFnc4tS KtpRVsY4RGQu/hvkqEd0TOrtpy1rUsjeLgnKefpmBsbxOz4Zpeo5XbAcVOwxGXCDel 7ArAi+5hk83fA== Date: Tue, 03 Mar 2026 07:25:40 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Krzysztof Kozlowski , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Dmitry Baryshkov , Thomas Zimmermann , Simona Vetter , David Airlie , Maxime Ripard , Jessica Zhang , Neil Armstrong , Maarten Lankhorst , Conor Dooley To: Pengyu Luo In-Reply-To: <20260303115730.9580-2-mitltlatltl@gmail.com> References: <20260303115730.9580-1-mitltlatltl@gmail.com> <20260303115730.9580-2-mitltlatltl@gmail.com> Message-Id: <177254434051.3027812.12059408914841165638.robh@kernel.org> Subject: Re: [PATCH 1/2] dt-bindings: display: panel: Add Himax HX83121A 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 Tue, 03 Mar 2026 19:57:29 +0800, Pengyu Luo wrote: > HX83121A is a driver IC used to drive MIPI-DSI panels. It is found > in HUAWEI Matebook E Go series (Gaokun2/3) with BOE or CSOT panels. > > Signed-off-by: Pengyu Luo > --- > .../display/panel/himax,hx83121a.yaml | 87 +++++++++++++++++++ > 1 file changed, 87 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/himax,hx83121a.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/himax,hx83121a.example.dtb: panel@0 (csot,ppc357db1-4): Unevaluated properties are not allowed ('ports' was unexpected) from schema $id: http://devicetree.org/schemas/display/panel/himax,hx83121a.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260303115730.9580-2-mitltlatltl@gmail.com 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.