Messages in this thread |  | | From | Rob Herring <> | | Date | Tue, 10 Jan 2023 07:54:05 -0600 | | Subject | Re: [PATCH v3 3/7] dt-bindings: display/msm: document MDSS on SM8550 |
| |
On Mon, Jan 9, 2023 at 8:30 AM Rob Herring <robh@kernel.org> wrote: > > > On Mon, 09 Jan 2023 11:15:19 +0100, Neil Armstrong wrote: > > Document the MDSS hardware found on the Qualcomm SM8550 platform. > > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > > --- > > .../bindings/display/msm/qcom,sm8550-mdss.yaml | 331 +++++++++++++++++++++ > > 1 file changed, 331 insertions(+) > > > > 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,sm8550-mdss.example.dts:21:18: fatal error: dt-bindings/clock/qcom,sm8550-dispcc.h: No such file or directory > 21 | #include <dt-bindings/clock/qcom,sm8550-dispcc.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [scripts/Makefile.lib:434: Documentation/devicetree/bindings/display/msm/qcom,sm8550-mdss.example.dtb] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:1508: dt_binding_check] Error 2
Now failing in linux-next... Why was this applied before the dependency?
Rob
|  |