[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175267004341.4181720.11859014527517980567.robh@kernel.org>
Date: Wed, 16 Jul 2025 07:47:23 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Yemike Abhilash Chandra <y-abhilashchandra@...com>
Cc: kuninori.morimoto.gx@...esas.com, lumag@...nel.org, conor+dt@...nel.org,
linux-arm-kernel@...ts.infradead.org, u-kumar1@...com,
devicetree@...r.kernel.org, ebiggers@...nel.org, kory.maincent@...tlin.com,
bparrot@...com, dale@...nsworth.org, krzk+dt@...nel.org,
geert+renesas@...der.be, linux@...linux.org.uk, linux-media@...r.kernel.org,
heikki.krogerus@...ux.intel.com, mchehab@...nel.org,
claudiu.beznea@...on.dev, linux-kernel@...r.kernel.org,
prabhakar.mahadev-lad.rj@...renesas.com, sbellary@...libre.com,
andre.draszik@...aro.org, ardb@...nel.org, dagriego@...lakesoftware.com,
florian.fainelli@...adcom.com
Subject: Re: [PATCH V2 3/4] dt-bindings: media: ti: vpe: Add bindings for
Video Input Port
On Wed, 16 Jul 2025 16:49:11 +0530, Yemike Abhilash Chandra wrote:
> From: Dale Farnsworth <dale@...nsworth.org>
>
> Add device tree bindings for the Video Input Port. Video Input Port (VIP)
> can be found on devices such as DRA7xx and provides a parallel interface
> to a video source such as a sensor or TV decoder.
>
> Signed-off-by: Dale Farnsworth <dale@...nsworth.org>
> Signed-off-by: Benoit Parrot <bparrot@...com>
> Signed-off-by: Sukrut Bellary <sbellary@...libre.com>
> Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@...com>
> ---
> Changelog:
> Changes in v2:
> - Remove array and just use hsync: true in bindings
> - Remove array and use enum for bus width in bindings
> - Use pattern properties since properties across ports are same
> - Update copyright year
>
> .../devicetree/bindings/media/ti,vip.yaml | 211 ++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 212 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/media/ti,vip.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/media/ti,vip.example.dtb: /example-0/vip@...70000: failed to match any schema with compatible: ['ti,dra7-vip1']
Documentation/devicetree/bindings/media/ti,vip.example.dtb: /example-0/i2c/camera@37: failed to match any schema with compatible: ['ovti,ov10633']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250716111912.235157-4-y-abhilashchandra@ti.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.
Powered by blists - more mailing lists