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 B4EAEEDA68F for ; Tue, 3 Mar 2026 15:56:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 15D4B10E052; Tue, 3 Mar 2026 15:56:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="ZzdtIyth"; 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 CE2BE10E052; Tue, 3 Mar 2026 15:56:20 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 9138140320; Tue, 3 Mar 2026 15:56:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49097C116C6; Tue, 3 Mar 2026 15:56:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772553380; bh=docXN/j7MOnJzfbztgBR+4k4s7H02SISB2RKfeW0qo0=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=ZzdtIyth46gErNXR0r6WhugMyRnjR7EEDJuMNo9h7G9w+7AchH7hWiJnVWefCzQdz 5s2+sEECu4jHA+OlZbWLFjC0wdfWl6KbINixJjxirQpfzraKjmrgafAQ6DIUhYgcI3 WBhfJOgNHSGoJ09+qA7SV55zofbwcauceVwEPyYqovYNoB0E9/BWu9vZWtGAOuqEZH lS17j3XPfsJlcwRHaTt4cYwFa5+ALpTsPcIvb6v9Lc3BrH/t6Sdj3mqDMvepRPUaDi pZqRXL4toSYN8jUmMxa7WZYMBsm9jhWxkMS/q09O4Ov1f89MhtH1eAexJVMjx8FX/B GElQVoakP4Vjg== Date: Tue, 03 Mar 2026 09:56:19 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Sean Paul , Krzysztof Kozlowski , Thomas Zimmermann , Krzysztof Kozlowski , Jessica Zhang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krishna Manikandan , Simona Vetter , Maarten Lankhorst , Abhinav Kumar , Neil Armstrong , Konrad Dybcio , dri-devel@lists.freedesktop.org, Bjorn Andersson , freedreno@lists.freedesktop.org, Kuogee Hsieh , Maxime Ripard , linux-arm-msm@vger.kernel.org, Conor Dooley , Jonathan Marek , Rob Clark , Marijn Suijten , David Airlie , Dmitry Baryshkov To: Krzysztof Kozlowski In-Reply-To: <20260303-drm-display-eliza-v1-5-814121dbb2bf@oss.qualcomm.com> References: <20260303-drm-display-eliza-v1-0-814121dbb2bf@oss.qualcomm.com> <20260303-drm-display-eliza-v1-5-814121dbb2bf@oss.qualcomm.com> Message-Id: <177255337948.3355290.6523186852223801021.robh@kernel.org> Subject: Re: [PATCH 5/8] dt-bindings: display/msm: qcom,eliza-mdss: Add Eliza SoC 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 14:07:55 +0100, Krzysztof Kozlowski wrote: > Add MDSS/MDP display subsystem for Qualcomm Eliza SoC, being overall a > minor revision change against SM8750, but coming with few different > components, like different DSI PHY and added HDMI. > > The binding does not include HDMI description yet. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/display/msm/qcom,eliza-mdss.yaml | 496 +++++++++++++++++++++ > 1 file changed, 496 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/display/msm/qcom,eliza-mdss.example.dts:25:18: fatal error: dt-bindings/clock/qcom,eliza-gcc.h: No such file or directory 25 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [scripts/Makefile.dtbs:140: Documentation/devicetree/bindings/display/msm/qcom,eliza-mdss.example.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1597: dt_binding_check] Error 2 make: *** [Makefile:248: __sub-make] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260303-drm-display-eliza-v1-5-814121dbb2bf@oss.qualcomm.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.