[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200819223625.GA2086431@bogus>
Date: Wed, 19 Aug 2020 16:36:25 -0600
From: Rob Herring <robh@...nel.org>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Cc: Jesper Dangaard Brouer <hawk@...nel.org>,
Manivannan Sadhasivam <mani@...nel.org>,
devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
John Fastabend <john.fastabend@...il.com>, linuxarm@...wei.com,
David Airlie <airlied@...ux.ie>, Wei Xu <xuwei5@...ilicon.com>,
Alexei Starovoitov <ast@...nel.org>,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
Daniel Vetter <daniel@...ll.ch>,
"David S. Miller" <davem@...emloft.net>,
dri-devel <dri-devel@...ts.freedesktop.org>,
linux-arm-kernel@...ts.infradead.org, bpf@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
mauro.chehab@...wei.com, Jakub Kicinski <kuba@...nel.org>,
John Stultz <john.stultz@...aro.org>
Subject: Re: [PATCH 49/49] dt: display: Add binds for the DPE and DSI
controller for Kirin 960/970
On Wed, 19 Aug 2020 13:46:17 +0200, Mauro Carvalho Chehab wrote:
> Add a description of the bindings used by Kirin 960/970 Display
> Serial Interface (DSI) controller and by its Display Engine (DPE).
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
> ---
> .../display/hisilicon,hi3660-dpe.yaml | 99 +++++++++++++++++
> .../display/hisilicon,hi3660-dsi.yaml | 102 ++++++++++++++++++
> .../boot/dts/hisilicon/hikey970-drm.dtsi | 4 +-
> 3 files changed, 203 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/display/hisilicon,hi3660-dpe.yaml
> create mode 100644 Documentation/devicetree/bindings/display/hisilicon,hi3660-dsi.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
Error: Documentation/devicetree/bindings/display/hisilicon,hi3660-dsi.example.dts:25.31-32 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/display/hisilicon,hi3660-dsi.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1367: dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1347736
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