[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1619709915.248803.1303433.nullmailer@robh.at.kernel.org>
Date: Thu, 29 Apr 2021 10:25:15 -0500
From: Rob Herring <robh@...nel.org>
To: "Peng Fan (OSS)" <peng.fan@....nxp.com>
Cc: robh+dt@...nel.org, agx@...xcpu.org, ping.bai@....com,
linux-kernel@...r.kernel.org, krzk@...nel.org, shawnguo@...nel.org,
devicetree@...r.kernel.org, kernel@...gutronix.de,
andrew.smirnov@...il.com, linux-arm-kernel@...ts.infradead.org,
marex@...x.de, abel.vesa@....com, Peng Fan <peng.fan@....com>,
frieder.schrempf@...tron.de, festevam@...il.com,
l.stach@...gutronix.de, p.zabel@...gutronix.de,
s.hauer@...gutronix.de, aford173@...il.com, linux-imx@....com
Subject: Re: [PATCH 2/4] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL
On Thu, 29 Apr 2021 15:33:29 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@....com>
>
> Document the i.MX BLK_CTL with its devicetree properties.
>
> Signed-off-by: Peng Fan <peng.fan@....com>
> ---
> .../bindings/soc/imx/fsl,imx-blk-ctl.yaml | 73 +++++++++++++++++++
> 1 file changed, 73 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx-blk-ctl.yaml
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/soc/imx/fsl,imx-blk-ctl.example.dt.yaml:0:0: /example-0/blk-ctl@...28000: failed to match any schema with compatible: ['fsl,imx8mm-dispmix-blk-ctl', 'syscon']
See https://patchwork.ozlabs.org/patch/1471527
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