[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <170111041311.2283445.17798398754881124107.robh@kernel.org>
Date: Mon, 27 Nov 2023 12:40:13 -0600
From: Rob Herring <robh@...nel.org>
To: Konrad Dybcio <konrad.dybcio@...aro.org>
Cc: iommu@...ts.linux.dev,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
linux-kernel@...r.kernel.org,
Marijn Suijten <marijn.suijten@...ainline.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Loic Poulain <loic.poulain@...aro.org>,
Andy Gross <agross@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
linux-pm@...r.kernel.org, Maxime Ripard <mripard@...nel.org>,
Sean Paul <sean@...rly.run>,
linux-arm-kernel@...ts.infradead.org,
Krishna Manikandan <quic_mkrishn@...cinc.com>,
Das Srinagesh <quic_gurus@...cinc.com>,
Robert Marko <robimarko@...il.com>,
Rob Clark <robdclark@...il.com>,
dri-devel@...ts.freedesktop.org, David Airlie <airlied@...il.com>,
Georgi Djakov <djakov@...nel.org>,
Joerg Roedel <joro@...tes.org>,
Rob Herring <robh+dt@...nel.org>,
freedreno@...ts.freedesktop.org, Will Deacon <will@...nel.org>,
Daniel Vetter <daniel@...ll.ch>,
"Bryan O'Donoghue" <bryan.odonoghue@...aro.org>,
Bjorn Andersson <andersson@...nel.org>,
Abhinav Kumar <quic_abhinavk@...cinc.com>,
devicetree@...r.kernel.org, Conor Dooley <conor+dt@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
linux-arm-msm@...r.kernel.org, Robin Murphy <robin.murphy@....com>
Subject: Re: [PATCH 04/12] dt-bindings: display: msm: sm8450-mdss: Allow 3
interconnects
On Sat, 25 Nov 2023 15:17:32 +0100, Konrad Dybcio wrote:
> In addition to MDP01, the cpu-cfg interconnect is also necessary.
> Allow it.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@...aro.org>
> ---
> Documentation/devicetree/bindings/display/msm/qcom,sm8450-mdss.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
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:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8450-mdss.example.dtb: display-subsystem@...0000: interconnects: [[4294967295, 14, 0, 4294967295, 3, 0], [4294967295, 14, 0, 4294967295, 3, 0]] is too short
from schema $id: http://devicetree.org/schemas/display/msm/qcom,sm8450-mdss.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/msm/qcom,sm8450-mdss.example.dtb: display-subsystem@...0000: interconnect-names: ['mdp0-mem', 'mdp1-mem'] is too short
from schema $id: http://devicetree.org/schemas/display/msm/qcom,sm8450-mdss.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20231125-topic-rb1_feat-v1-4-11d71b12b058@linaro.org
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.
Powered by blists - more mailing lists