On Tue, 8 Feb 2022 at 21:33, Rob Herring <robh@xxxxxxxxxx> wrote: > > On Tue, 08 Feb 2022 17:42:32 +0100, Loic Poulain wrote: > > QCM2290 MSM Mobile Display Subsystem (MDSS) encapsulates sub-blocks > > like DPU display controller, DSI etc. Add YAML schema for DPU device > > tree bindings > > > > Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxxx> > > --- > > v2: no change > > > > .../bindings/display/msm/dpu-qcm2290.yaml | 214 +++++++++++++++++++++ > > 1 file changed, 214 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/display/msm/dpu-qcm2290.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/dpu-qcm2290.example.dts:19:18: fatal error: dt-bindings/clock/qcom,dispcc-qcm2290.h: No such file or directory > 19 | #include <dt-bindings/clock/qcom,dispcc-qcm2290.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This header is part of an other series that has been merged into qcom/linux.git (for-next): [PATCH v5 1/2] dt-bindings: clock: Add qualcomm QCM2290 DISPCC bindings Regards, Loic