All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: robh+dt@kernel.org, agx@sigxcpu.org, ping.bai@nxp.com,
	linux-kernel@vger.kernel.org, krzk@kernel.org,
	shawnguo@kernel.org, devicetree@vger.kernel.org,
	kernel@pengutronix.de, andrew.smirnov@gmail.com,
	linux-arm-kernel@lists.infradead.org, marex@denx.de,
	abel.vesa@nxp.com, Peng Fan <peng.fan@nxp.com>,
	frieder.schrempf@kontron.de, festevam@gmail.com,
	l.stach@pengutronix.de, p.zabel@pengutronix.de,
	s.hauer@pengutronix.de, aford173@gmail.com, linux-imx@nxp.com
Subject: Re: [PATCH 2/4] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL
Date: Thu, 29 Apr 2021 10:25:15 -0500	[thread overview]
Message-ID: <1619709915.248803.1303433.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210429073331.21204-3-peng.fan@oss.nxp.com>

On Thu, 29 Apr 2021 15:33:29 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Document the i.MX BLK_CTL with its devicetree properties.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.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@32e28000: 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.


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: robh+dt@kernel.org, agx@sigxcpu.org, ping.bai@nxp.com,
	linux-kernel@vger.kernel.org, krzk@kernel.org,
	shawnguo@kernel.org, devicetree@vger.kernel.org,
	kernel@pengutronix.de, andrew.smirnov@gmail.com,
	linux-arm-kernel@lists.infradead.org, marex@denx.de,
	abel.vesa@nxp.com, Peng Fan <peng.fan@nxp.com>,
	frieder.schrempf@kontron.de, festevam@gmail.com,
	l.stach@pengutronix.de, p.zabel@pengutronix.de,
	s.hauer@pengutronix.de, aford173@gmail.com, linux-imx@nxp.com
Subject: Re: [PATCH 2/4] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL
Date: Thu, 29 Apr 2021 10:25:15 -0500	[thread overview]
Message-ID: <1619709915.248803.1303433.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210429073331.21204-3-peng.fan@oss.nxp.com>

On Thu, 29 Apr 2021 15:33:29 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Document the i.MX BLK_CTL with its devicetree properties.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.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@32e28000: 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.


  reply	other threads:[~2021-04-29 15:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-29  7:33 [PATCH 0/4] soc: imx: add i.MX BLK-CTL support Peng Fan (OSS)
2021-04-29  7:33 ` Peng Fan (OSS)
2021-04-29  7:33 ` [PATCH 1/4] dt-bindings: power: Add defines for i.MX8MM BLK-CTL power domains Peng Fan (OSS)
2021-04-29  7:33   ` Peng Fan (OSS)
2021-04-29  7:33 ` [PATCH 2/4] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL Peng Fan (OSS)
2021-04-29  7:33   ` Peng Fan (OSS)
2021-04-29 15:25   ` Rob Herring [this message]
2021-04-29 15:25     ` Rob Herring
2021-04-29  7:33 ` [PATCH 3/4] soc: imx: Add generic blk-ctl driver Peng Fan (OSS)
2021-04-29  7:33   ` Peng Fan (OSS)
2021-04-29  7:47   ` Jacky Bai
2021-04-29  7:47     ` Jacky Bai
2021-04-29  7:33 ` [PATCH 4/4] soc: imx: Add blk-ctl driver for i.MX8MM Peng Fan (OSS)
2021-04-29  7:33   ` Peng Fan (OSS)
2021-04-29  7:50   ` Jacky Bai
2021-04-29  7:50     ` Jacky Bai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1619709915.248803.1303433.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=abel.vesa@nxp.com \
    --cc=aford173@gmail.com \
    --cc=agx@sigxcpu.org \
    --cc=andrew.smirnov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=kernel@pengutronix.de \
    --cc=krzk@kernel.org \
    --cc=l.stach@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marex@denx.de \
    --cc=p.zabel@pengutronix.de \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=ping.bai@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.