[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201019195640.GA3506059@bogus>
Date: Mon, 19 Oct 2020 14:56:40 -0500
From: Rob Herring <robh@...nel.org>
To: kholk11@...il.com
Cc: robh+dt@...nel.org, martin.botka1@...il.com,
linux-kernel@...r.kernel.org, marijns95@...il.com,
bjorn.andersson@...aro.org, konradybcio@...il.com,
phone-devel@...r.kernel.org, agross@...nel.org,
devicetree@...r.kernel.org, linux-pm@...r.kernel.org,
linux-arm-msm@...r.kernel.org, georgi.djakov@...aro.org
Subject: Re: [PATCH v4 1/2] dt-bindings: interconnect: Add bindings for
Qualcomm SDM660 NoC
On Sat, 17 Oct 2020 15:37:17 +0200, kholk11@...il.com wrote:
> From: AngeloGioacchino Del Regno <kholk11@...il.com>
>
> Add the bindings for the Qualcomm SDM660-class NoC, valid for
> SDM630, SDM636, SDM660 and SDA variants.
>
> Signed-off-by: AngeloGioacchino Del Regno <kholk11@...il.com>
> ---
> .../bindings/interconnect/qcom,sdm660.yaml | 147 ++++++++++++++++++
> .../dt-bindings/interconnect/qcom,sdm660.h | 116 ++++++++++++++
> 2 files changed, 263 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sdm660.yaml
> create mode 100644 include/dt-bindings/interconnect/qcom,sdm660.h
>
My bot found errors running 'make dt_binding_check' on your patch:
Documentation/devicetree/bindings/interconnect/qcom,sdm660.example.dts:20:18: fatal error: dt-bindings/clock/qcom,mmcc-sdm660.h: No such file or directory
20 | #include <dt-bindings/clock/qcom,mmcc-sdm660.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/interconnect/qcom,sdm660.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1366: dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1383662
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade
Please check and re-submit.
Powered by blists - more mailing lists