[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200629220257.GA3016084@bogus>
Date: Mon, 29 Jun 2020 16:02:57 -0600
From: Rob Herring <robh@...nel.org>
To: Ondrej Jirman <megous@...ous.com>
Cc: Samuel Holland <samuel@...lland.org>,
David Airlie <airlied@...ux.ie>, linux-kernel@...r.kernel.org,
Icenowy Zheng <icenowy@...c.io>, devicetree@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>,
Maxime Ripard <mripard@...nel.org>,
Bhushan Shah <bshah@....org>, Sam Ravnborg <sam@...nborg.org>,
Luca Weiss <luca@...tu.xyz>, Rob Herring <robh+dt@...nel.org>,
linux-arm-kernel@...ts.infradead.org, Chen-Yu Tsai <wens@...e.org>,
Daniel Vetter <daniel@...ll.ch>,
Guido Günther <agx@...xcpu.org>,
Thierry Reding <thierry.reding@...il.com>,
Martijn Braam <martijn@...xit.nl>,
dri-devel@...ts.freedesktop.org,
Purism Kernel Team <kernel@...i.sm>,
linux-sunxi@...glegroups.com
Subject: Re: [PATCH v5 02/13] dt-bindings: panel: Convert rocktech,
jh057n00900 to yaml
On Fri, 26 Jun 2020 02:55:50 +0200, Ondrej Jirman wrote:
> Convert Rocktech MIPI DSI panel driver from txt to yaml bindings.
>
> Signed-off-by: Ondrej Jirman <megous@...ous.com>
> ---
> .../display/panel/rocktech,jh057n00900.txt | 23 -------
> .../display/panel/rocktech,jh057n00900.yaml | 66 +++++++++++++++++++
> 2 files changed, 66 insertions(+), 23 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
> create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml: while scanning a block scalar
in "<unicode string>", line 51, column 5
found a tab character where an indentation space is expected
in "<unicode string>", line 58, column 1
Documentation/devicetree/bindings/Makefile:20: recipe for target 'Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.example.dts' failed
make[1]: *** [Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.example.dts] Error 1
make[1]: *** Waiting for unfinished jobs....
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml: ignoring, error parsing file
warning: no schema found in file: ./Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml: ignoring, error parsing file
warning: no schema found in file: ./Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
Makefile:1347: recipe for target 'dt_binding_check' failed
make: *** [dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1317299
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