linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Daniel Scally <dan.scally@ideasonboard.com>
Cc: linux-media@vger.kernel.org, nayden.kanchev@arm.com,
	 linux-arm-kernel@lists.infradead.org, conor+dt@kernel.org,
	 laurent.pinchart@ideasonboard.com, devicetree@vger.kernel.org,
	 krzysztof.kozlowski+dt@linaro.org, mchehab@kernel.org,
	 jerome.forissier@linaro.org, jacopo.mondi@ideasonboard.com,
	 kieran.bingham@ideasonboard.com, robh+dt@kernel.org
Subject: Re: [PATCH 2/5] dt-bindings: media: Add bindings for ARM mali-c55
Date: Wed, 31 Jan 2024 12:28:31 -0600	[thread overview]
Message-ID: <170672571070.2062253.5359379478215022864.robh@kernel.org> (raw)
In-Reply-To: <20240131164709.810587-3-dan.scally@ideasonboard.com>


On Wed, 31 Jan 2024 16:47:06 +0000, Daniel Scally wrote:
> Add the yaml binding for ARM's Mali-C55 Image Signal Processor.
> 
> Acked-by: Nayden Kanchev <nayden.kanchev@arm.com>
> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
> ---
>  .../bindings/media/arm,mali-c55.yaml          | 51 +++++++++++++++++++
>  1 file changed, 51 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/media/arm,mali-c55.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/media/arm,mali-c55.example.dts:29.18-33.13: Warning (unit_address_vs_reg): /example-0/isp@400000/port@0: node has a unit name, but no reg or ranges property
Documentation/devicetree/bindings/media/arm,mali-c55.example.dts:30.32-32.15: Warning (unit_address_vs_reg): /example-0/isp@400000/port@0/endpoint@0: node has a unit name, but no reg or ranges property
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/arm,mali-c55.example.dtb: isp@400000: 'port' is a required property
	from schema $id: http://devicetree.org/schemas/media/arm,mali-c55.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/arm,mali-c55.example.dtb: isp@400000: 'port@0' does not match any of the regexes: 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/media/arm,mali-c55.yaml#

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240131164709.810587-3-dan.scally@ideasonboard.com

The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.

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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.


  reply	other threads:[~2024-01-31 18:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-31 16:47 [PATCH 0/5] Add Arm Mali-C55 Image Signal Processor Driver Daniel Scally
2024-01-31 16:47 ` [PATCH 1/5] media: uapi: Add MEDIA_BUS_FMT_RGB202020_1X60 format code Daniel Scally
2024-01-31 16:47 ` [PATCH 2/5] dt-bindings: media: Add bindings for ARM mali-c55 Daniel Scally
2024-01-31 18:28   ` Rob Herring [this message]
2024-02-01 21:53   ` Rob Herring
2024-01-31 16:47 ` [PATCH 3/5] media: mali-c55: Add Mali-C55 ISP driver Daniel Scally
2024-02-01  6:07   ` kernel test robot
2024-02-01  6:48   ` kernel test robot
2024-02-02 18:12   ` kernel test robot
2024-01-31 16:47 ` [PATCH 4/5] media: Documentation: Add Mali-C55 ISP Documentation Daniel Scally
2024-01-31 16:47 ` [PATCH 5/5] MAINTAINERS: Add entry for mali-c55 driver Daniel Scally
2024-01-31 17:43 ` [PATCH 0/5] Add Arm Mali-C55 Image Signal Processor Driver Laurent Pinchart

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=170672571070.2062253.5359379478215022864.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=dan.scally@ideasonboard.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jacopo.mondi@ideasonboard.com \
    --cc=jerome.forissier@linaro.org \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=nayden.kanchev@arm.com \
    --cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).