[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1610898357.197444.1730305.nullmailer@robh.at.kernel.org>
Date: Sun, 17 Jan 2021 09:45:57 -0600
From: Rob Herring <robh@...nel.org>
To: cy_huang <u0084500@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux@...ck-us.net,
gregkh@...uxfoundation.org, linux-mediatek@...ts.infradead.org,
matthias.bgg@...il.com, robh+dt@...nel.org, gene_chen@...htek.com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
cy_huang@...htek.com, heikki.krogerus@...ux.intel.com,
linux-usb@...r.kernel.org
Subject: Re: [PATCH 2/2] usb typec: tcpci: mt6360: Add vbus supply into dt-binding description
On Fri, 15 Jan 2021 22:13:21 +0800, cy_huang wrote:
> From: ChiYuan Huang <cy_huang@...htek.com>
>
> Add external vbus source into dt-binding description.
>
> Signed-off-by: ChiYuan Huang <cy_huang@...htek.com>
> ---
> Documentation/devicetree/bindings/usb/mediatek,mt6360-tcpc.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/usb/mediatek,mt6360-tcpc.yaml: properties:vbus-supply: 'maxItems' is not one of ['description', 'deprecated']
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/usb/mediatek,mt6360-tcpc.yaml: ignoring, error in schema: properties: vbus-supply
warning: no schema found in file: ./Documentation/devicetree/bindings/usb/mediatek,mt6360-tcpc.yaml
See https://patchwork.ozlabs.org/patch/1427073
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