[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1611244918.520900.2814841.nullmailer@robh.at.kernel.org>
Date: Thu, 21 Jan 2021 10:01:58 -0600
From: Rob Herring <robh@...nel.org>
To: Robert Foss <robert.foss@...aro.org>
Cc: agross@...nel.org, linux-kernel@...r.kernel.org,
max.oss.09@...il.com, todor.too@...il.com, mchehab@...nel.org,
michael@...le.cc,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Tomasz Figa <tfiga@...omium.org>, catalin.marinas@....com,
vkoul@...nel.org, shawnguo@...nel.org,
Sarvesh Sridutt <Sarvesh.Sridutt@...rtwirelesscompute.com>,
linux-arm-msm@...r.kernel.org, linux-media@...r.kernel.org,
Andrey Konovalov <andrey.konovalov@...aro.org>,
will@...nel.org, devicetree@...r.kernel.org, leoyang.li@....com,
AngeloGioacchino Del Regno <kholk11@...il.com>,
Jonathan Marek <jonathan@...ek.ca>, robh+dt@...nel.org,
agx@...xcpu.org,
Azam Sadiq Pasha Kapatrala Syed <akapatra@...cinc.com>,
linux-arm-kernel@...ts.infradead.org, bjorn.andersson@...aro.org,
geert+renesas@...der.be, Anson.Huang@....com
Subject: Re: [PATCH v2 14/22] dt-bindings: media: camss: Add qcom, msm8996-camss binding
On Wed, 20 Jan 2021 14:43:49 +0100, Robert Foss wrote:
> Add bindings for qcom,msm8996-camss in order to support the camera
> subsystem on MSM8996.
>
> Signed-off-by: Robert Foss <robert.foss@...aro.org>
> ---
>
> Changes since v1:
> - Laurent: Reworked driver to use dtschema
>
>
> .../bindings/media/qcom,msm8996-camss.yaml | 418 ++++++++++++++++++
> 1 file changed, 418 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml:418:7: [error] no new line character at the end of file (new-line-at-end-of-file)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1429444
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