[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200709165437.GA509792@bogus>
Date: Thu, 9 Jul 2020 10:54:37 -0600
From: Rob Herring <robh@...nel.org>
To: Frank Lee <frank@...winnertech.com>
Cc: linux-gpio@...r.kernel.org, amit.kucheria@...durent.com,
linux-arm-kernel@...ts.infradead.org, gregory.clement@...tlin.com,
linux-clk@...r.kernel.org, robh+dt@...nel.org,
huangshuosheng@...winnertech.com, devicetree@...r.kernel.org,
daniel.lezcano@...aro.org, wens@...e.org, lee.jones@...aro.org,
clabbe@...libre.com, p.zabel@...gutronix.de, icenowy@...c.io,
tiny.windzz@...il.com, linux-kernel@...r.kernel.org,
jason@...edaemon.net, liyong@...winnertech.com,
linux-i2c@...r.kernel.org, bage@...utronix.de, stefan@...mex.com,
linus.walleij@...aro.org, rui.zhang@...el.com, tglx@...utronix.de,
megous@...ous.com, linux-pm@...r.kernel.org, mripard@...nel.org,
anarsoul@...il.com, mturquette@...libre.com,
srinivas.kandagatla@...aro.org, maz@...nel.org, sboyd@...nel.org
Subject: Re: [PATCH v3 06/16] dt-bindings: nvmem: SID: add binding for A100's
SID controller
On Wed, 08 Jul 2020 15:19:32 +0800, Frank Lee wrote:
> Add a binding for A100's SID controller.
>
> Signed-off-by: Frank Lee <frank@...winnertech.com>
> ---
> Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml: properties:compatible:enum:5: {'items': [{'const': 'allwinner,sun50i-a100-sid'}, {'const': 'allwinner,sun50i-a64-sid'}]} is not of type 'string'
Documentation/devicetree/bindings/Makefile:20: recipe for target 'Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.example.dts' failed
make[1]: *** [Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.example.dts] Error 1
make[1]: *** Waiting for unfinished jobs....
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml: ignoring, error in schema: properties: compatible: enum: 5
warning: no schema found in file: ./Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml: ignoring, error in schema: properties: compatible: enum: 5
warning: no schema found in file: ./Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
Makefile:1347: recipe for target 'dt_binding_check' failed
make: *** [dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1325053
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