Re: [PATCH 1/2] media: dt-bindings: imx908: Add Sony IMX908 sensor bindings

From: Rob Herring (Arm)

Date: Wed Jul 29 2026 - 23:25:44 EST



On Thu, 30 Jul 2026 11:15:24 +0900, Lachlan Michael wrote:
> The Sony IMX908 is an 8.39 megapixel (3856x2176) CMOS image sensor
> with a MIPI CSI-2 output interface.
>
> Add device tree bindings for the sensor.
>
> Signed-off-by: Lachlan Michael <lachlan.michael@xxxxxxxx>
> ---
> .../bindings/media/i2c/sony,imx908.yaml | 107 ++++++++++++++++++
> MAINTAINERS | 7 ++
> 2 files changed, 114 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx908.yaml
>

My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:

dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/media/i2c/sony,imx908.example.dtb: camera@1a (sony,imx908): port:endpoint: 'remote-endpoint' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/i2c/sony,imx908.yaml

doc reference errors (make refcheckdocs):

See https://patchwork.kernel.org/project/devicetree/patch/20260730021525.166811-2-lachlan.michael@xxxxxxxx

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.