[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <166596080545.3896335.8438401170127513761.robh@kernel.org>
Date: Sun, 16 Oct 2022 17:58:18 -0500
From: Rob Herring <robh@...nel.org>
To: Caleb Connolly <caleb@...nolly.tech>
Cc: linux-kernel@...r.kernel.org, phone-devel@...r.kernel.org,
krzysztof.kozlowski@...aro.org, devicetree@...r.kernel.org,
Tom Rix <trix@...hat.com>, linux-input@...r.kernel.org,
Andy Gross <agross@...nel.org>,
Jeff LaBundy <jeff@...undy.com>,
~postmarketos/upstreaming@...ts.sr.ht,
linux-arm-msm@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Nathan Chancellor <nathan@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
llvm@...ts.linux.dev, Bjorn Andersson <andersson@...nel.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Konrad Dybcio <konrad.dybcio@...ainline.org>
Subject: Re: [PATCH v7 1/2] dt-bindings: input: document Qualcomm PMI8998 haptics driver
On Sat, 15 Oct 2022 17:30:35 +0000, Caleb Connolly wrote:
> Add bindings for qcom PMIC PMI8998 haptics driver.
>
> Signed-off-by: Caleb Connolly <caleb@...nolly.tech>
> ---
> .../bindings/input/qcom,pmi8998-haptics.yaml | 73 +++++++++++++++++++
> 1 file changed, 73 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/input/qcom,pmi8998-haptics.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:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/qcom,pmi8998-haptics.example.dtb: haptics@...0: 'qcom,wave-play-rate-us' does not match any of the regexes: 'pinctrl-[0-9]+'
From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/qcom,pmi8998-haptics.yaml
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.
Powered by blists - more mailing lists