[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200518141734.GA2367@bogus>
Date: Mon, 18 May 2020 08:17:34 -0600
From: Rob Herring <robh@...nel.org>
To: Sandeep Maheswaram <sanm@...eaurora.org>
Cc: Felipe Balbi <balbi@...nel.org>, linux-arm-msm@...r.kernel.org,
Rob Herring <robh+dt@...nel.org>, linux-usb@...r.kernel.org,
Andy Gross <agross@...nel.org>,
Stephen Boyd <swboyd@...omium.org>,
Mark Rutland <mark.rutland@....com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
linux-kernel@...r.kernel.org, Matthias Kaehlcke <mka@...omium.org>,
Doug Anderson <dianders@...omium.org>,
devicetree@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Manu Gautam <mgautam@...eaurora.org>
Subject: Re: [PATCH v6 1/2] dt-bindings: usb: qcom,dwc3: Convert USB DWC3
bindings
On Fri, 15 May 2020 14:59:19 +0530, Sandeep Maheswaram wrote:
> Convert USB DWC3 bindings to DT schema format using json-schema.
>
> Signed-off-by: Sandeep Maheswaram <sanm@...eaurora.org>
> ---
> .../devicetree/bindings/usb/qcom,dwc3.txt | 104 -------------
> .../devicetree/bindings/usb/qcom,dwc3.yaml | 162 +++++++++++++++++++++
> 2 files changed, 162 insertions(+), 104 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/usb/qcom,dwc3.txt
> create mode 100644 Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
Documentation/devicetree/bindings/usb/qcom,dwc3.example.dts:28.13-20: Warning (ranges_format): /example-0/usb@...8800:ranges: empty "ranges" property but its #address-cells (2) differs from /example-0 (1)
Documentation/devicetree/bindings/usb/qcom,dwc3.example.dts:28.13-20: Warning (ranges_format): /example-0/usb@...8800:ranges: empty "ranges" property but its #size-cells (2) differs from /example-0 (1)
See https://patchwork.ozlabs.org/patch/1290971
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