Re: [PATCH v19 1/6] dt-bindings: pwm: add IPQ6018 binding
From: Konrad Dybcio <hidden>
Date: 2026-01-20 10:16:57
Also in:
linux-arm-msm, linux-pwm, lkml
On 1/19/26 5:35 PM, Uwe Kleine-König wrote:
Hello, On Fri, Nov 28, 2025 at 05:18:38AM -0600, Rob Herring (Arm) wrote:quoted
On Fri, 28 Nov 2025 14:29:13 +0400, George Moussalem wrote:quoted
From: Devi Priya <redacted> DT binding for the PWM block in Qualcomm IPQ6018 SoC. Reviewed-by: Bjorn Andersson <redacted> Reviewed-by: Krzysztof Kozlowski <redacted> Co-developed-by: Baruch Siach <redacted> Signed-off-by: Baruch Siach <redacted> Signed-off-by: Devi Priya <redacted> Signed-off-by: George Moussalem <redacted> --- .../devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+)My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@c263000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2'] Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@c263000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2'] Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@c265000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2'] Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@c265000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']I admit I didn't try to reproduce that, but the patch in question creates Documentation/devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml and isn't about temperature stuff at all. So I don't understand where thermal-sensor and tsens comes into play here. Bot bug?
IIRC this was the cause https://lore.kernel.org/lkml/20251203152437.3751325-1-robh@kernel.org/ (local) Konrad