On Wed, 10 Aug 2022 21:12:10 -0700, Bjorn Andersson wrote: > The Qualcomm SC8280XP platform has two display clock controllers, add a > binding for these. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > .../bindings/clock/qcom,dispcc-sc8280xp.yaml | 98 +++++++++++++++++ > .../dt-bindings/clock/qcom,dispcc-sc8280xp.h | 100 ++++++++++++++++++ > 2 files changed, 198 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,dispcc-sc8280xp.yaml > create mode 100644 include/dt-bindings/clock/qcom,dispcc-sc8280xp.h > 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/clock/qcom,dispcc-sc8280xp.example.dtb:0:0: /example-0/clock-controller@af00000: failed to match any schema with compatible: ['qcom,sc8280xp-dispcc0'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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.