[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200501211351.GA4774@bogus>
Date: Fri, 1 May 2020 16:13:51 -0500
From: Rob Herring <robh@...nel.org>
To: Dan Murphy <dmurphy@...com>
Cc: sre@...nel.org, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Dan Murphy <dmurphy@...com>, Rob Herring <robh@...nel.org>
Subject: Re: [PATCH] dt-bindings: power: Convert power_supply text to yaml
On Thu, 30 Apr 2020 10:18:41 -0500, Dan Murphy wrote:
> Convert the power_supply.txt to power-supply.yaml.
> This conversion entailed fixing up the binding to being yaml and dt
> checker compliant.
>
> Added a note in the power_supply.txt to reference the power-supply.yaml
>
> CC: Rob Herring <robh@...nel.org>
> Signed-off-by: Dan Murphy <dmurphy@...com>
> ---
> .../bindings/power/supply/power-supply.yaml | 40 +++++++++++++++++++
> .../bindings/power/supply/power_supply.txt | 25 +-----------
> 2 files changed, 42 insertions(+), 23 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/power/supply/power-supply.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
Documentation/devicetree/bindings/power/supply/power-supply.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/power/supply/power-supply.yaml#
See https://patchwork.ozlabs.org/patch/1280522
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