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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46EBAE8180C for ; Tue, 26 Sep 2023 01:44:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229486AbjIZBpC (ORCPT ); Mon, 25 Sep 2023 21:45:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjIZBpC (ORCPT ); Mon, 25 Sep 2023 21:45:02 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94B67101 for ; Mon, 25 Sep 2023 18:44:55 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46D57C433C7; Tue, 26 Sep 2023 01:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695692695; bh=3GmjWwlLfKkAaee1U7rANvoiG26U/KNUaceqIPsT6ng=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=iygnGX/zFTHpDM5zr/7FqpXcmSkCqfdehvGtxkU7MbfwLy/cUlC/E1M8LoQPpaQBN Gksex02EneZnNH11O34brahnhFYM90ZhLA4YsBrD9OpOFvsa7KqsYh8651sMiomYRY dq8QrDUSRenRpeB70fhqfhLQ7GDLLui2cqvdoyZdTlbtfGVKROfuQac/Z59NIQ+xTF 2sSD9tOqAX4h1RPaamOVZ+hwhL2gAJSll2R9H1p1co9KBIWvYAfgDPaVr9IpiNiLHF GSmLjIg4eg8YfCYdRaHSjrsUuhTPE6lK3lweZGyOHUPuGZid0XLm+H8OAPWW7f3x+u ng8IVaPvMpsAw== Received: (nullmailer pid 2651675 invoked by uid 1000); Tue, 26 Sep 2023 01:44:49 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Richard Acayan Cc: Sean Paul , Krishna Manikandan , Kuogee Hsieh , Abhinav Kumar , Marijn Suijten , Krzysztof Kozlowski , Ryan McCann , Jessica Zhang , Andy Gross , Neil Armstrong , Konrad Dybcio , dri-devel@lists.freedesktop.org, Liu Shixin , devicetree@vger.kernel.org, Robert Foss , linux-arm-msm@vger.kernel.org, Rob Clark , Rob Herring , David Airlie , Vinod Polimera , Conor Dooley , freedreno@lists.freedesktop.org, Daniel Vetter , Bjorn Andersson , Dmitry Baryshkov In-Reply-To: <20230925232625.846666-12-mailingradian@gmail.com> References: <20230925232625.846666-9-mailingradian@gmail.com> <20230925232625.846666-12-mailingradian@gmail.com> Message-Id: <169569268968.2651575.14271780119784995097.robh@kernel.org> Subject: Re: [PATCH 3/6] dt-bindings: display: msm: Add SDM670 MDSS Date: Mon, 25 Sep 2023 20:44:49 -0500 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, 25 Sep 2023 19:26:30 -0400, Richard Acayan wrote: > Add documentation for the SDM670 display subsystem, adapted from the > SDM845 and SM6125 documentation. > > Signed-off-by: Richard Acayan > --- > .../display/msm/qcom,sdm670-mdss.yaml | 280 ++++++++++++++++++ > 1 file changed, 280 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sdm670-mdss.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/display/msm/qcom,sdm670-mdss.example.dts:198.43-200.27: Warning (graph_endpoint): /example-0/display-subsystem@ae00000/dsi@ae96000/ports/port@0/endpoint: graph connection to node '/example-0/display-subsystem@ae00000/display-controller@ae01000/ports/port@1/endpoint' is not bidirectional doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230925232625.846666-12-mailingradian@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.