[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1610505347.887927.1401170.nullmailer@robh.at.kernel.org>
Date: Tue, 12 Jan 2021 20:35:47 -0600
From: Rob Herring <robh@...nel.org>
To: Alex Elder <elder@...aro.org>
Cc: linux-kernel@...r.kernel.org, cpratapa@...eaurora.org,
robh+dt@...nel.org, kuba@...nel.org, bjorn.andersson@...aro.org,
netdev@...r.kernel.org, davem@...emloft.net, evgreen@...omium.org,
devicetree@...r.kernel.org, subashab@...eaurora.org,
rdunlap@...radead.org
Subject: Re: [PATCH net-next 2/4] dt-bindings: net: remove modem-remoteproc property
On Tue, 12 Jan 2021 13:28:29 -0600, Alex Elder wrote:
> The IPA driver uses the remoteproc SSR notifier now, rather than the
> temporary IPA notification system used initially. As a result it no
> longer needs a property identifying the modem subsystem DT node.
>
> Use GIC_SPI rather than 0 in the example interrupt definition.
>
> Signed-off-by: Alex Elder <elder@...aro.org>
> ---
> Documentation/devicetree/bindings/net/qcom,ipa.yaml | 13 ++-----------
> 1 file changed, 2 insertions(+), 11 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/net/qcom,ipa.example.dts:49.46-47 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/net/qcom,ipa.example.dt.yaml] Error 1
make: *** [Makefile:1370: dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1425462
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