[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1617198059.605916.2074860.nullmailer@robh.at.kernel.org>
Date: Wed, 31 Mar 2021 08:40:59 -0500
From: Rob Herring <robh@...nel.org>
To: Liu Ying <victor.liu@....com>
Cc: airlied@...ux.ie, dri-devel@...ts.freedesktop.org,
linux-media@...r.kernel.org, kernel@...gutronix.de,
robh+dt@...nel.org, kishon@...com, linux-imx@....com,
marcel.ziswiler@...adex.com, linux-arm-kernel@...ts.infradead.org,
s.hauer@...gutronix.de, lee.jones@...aro.org,
jernej.skrabec@...l.net, shawnguo@...nel.org,
Laurent.pinchart@...asonboard.com, mchehab@...nel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
a.hajda@...sung.com, jonas@...boo.se, narmstrong@...libre.com,
robert.foss@...aro.org, vkoul@...nel.org
Subject: Re: [PATCH v7 07/14] dt-bindings: mfd: Add i.MX8qm/qxp Control and Status Registers module binding
On Wed, 31 Mar 2021 14:33:18 +0800, Liu Ying wrote:
> This patch adds bindings for i.MX8qm/qxp Control and Status Registers module.
>
> Reviewed-by: Rob Herring <robh@...nel.org>
> Signed-off-by: Liu Ying <victor.liu@....com>
> ---
> v6->v7:
> * Add Rob's R-b tag.
>
> v5->v6:
> * Drop 'select' schema. (Rob)
>
> v4->v5:
> * Newly introduced in v5. (Rob)
>
> .../devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml | 192 +++++++++++++++++++++
> 1 file changed, 192 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/syscon@...21000/pxl2dpi: failed to match any schema with compatible: ['fsl,imx8qxp-pxl2dpi']
Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/syscon@...21000/ldb: failed to match any schema with compatible: ['fsl,imx8qxp-ldb']
Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/phy@...28300: failed to match any schema with compatible: ['fsl,imx8qxp-mipi-dphy']
See https://patchwork.ozlabs.org/patch/1460356
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