Re: [PATCH V2 3/4] dt-bindings: media: ti: vpe: Add bindings for Video Input Port
From: "Rob Herring (Arm)" <robh@kernel.org>
Date: 2025-07-16 12:47:24
Also in:
linux-devicetree, linux-media, lkml
On Wed, 16 Jul 2025 16:49:11 +0530, Yemike Abhilash Chandra wrote:
From: Dale Farnsworth <redacted> 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 <redacted> Signed-off-by: Benoit Parrot <redacted> Signed-off-by: Sukrut Bellary <redacted> Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@ti.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@48970000: 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.