[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a2ad8b5c-9745-4401-9ab5-41616a5bdf44@linaro.org>
Date: Mon, 25 Dec 2023 10:37:23 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Tengfei Fan <quic_tengfan@...cinc.com>,
Bjorn Andersson <andersson@...nel.org>
Cc: agross@...nel.org, konrad.dybcio@...aro.org, linus.walleij@...aro.org,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-gpio@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH v6 1/2] dt-bindings: pinctrl: qcom: Add SM4450 pinctrl
On 25/12/2023 07:50, Tengfei Fan wrote:
>>> +
>>> + required:
>>> + - pins
>>> +
>>> +required:
>>> + - compatible
>>> + - reg
>>> +
>>> +additionalProperties: false
>>> +
>>> +examples:
>>> + - |
>>> + #include <dt-bindings/interrupt-controller/arm-gic.h>
>>> + tlmm: pinctrl@...0000 {
>>> + compatible = "qcom,sm4450-tlmm";
>>
>> Please feel free to ping me if you're having issues running
>> dt_binding_check and dtb_check. I believe the prior should complain
>> about this compatible being unknown.
>
> There isn't any complain about this compatible when I run
> dt_binding_check and dtb_check.
>
> Here is the commands which I used:
>
> 1. make ARCH=arm64 dtbs_check W=1
>
> 2. make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- DT_CHECKER_FLAGS=-m
> dt_binding_check
> DT_SCHEMA_FILES=Documentation/devicetree/bindings/pinctrl/qcom,sm4450-tlmm.yaml
Something got broken around -m flags for dtschema, so indeed no reports
are printed for unmatched compatibles.
Best regards,
Krzysztof
Powered by blists - more mailing lists