[PATCH 0/1] Add OV02C10 dt yaml description

From: Bryan O'Donoghue
Date: Sun Mar 23 2025 - 20:09:37 EST


Here's a yaml descripition to accompany the V10 OV02C10 driver currently on-list.

Link: https://lore.kernel.org/linux-media/20250319145927.70534-1-hdegoede@xxxxxxxxxx

This yaml passes dtbs_check and dt_binding_check against the following dts for the Dell XPS

Link: https://tinyurl.com/4a2w3vje

This patch should probably be applied before the driver patch to fix

Applying this patch before the driver will fixup the following warning

WARNING: DT compatible string "ovti,ov02c10" appears un-documented -- check ./Documentation/devicetree/bindings/
#1030: FILE: drivers/media/i2c/ov02c10.c:991:
+ { .compatible = "ovti,ov02c10" },

Which happens because of the OF compat code I added in.

Bryan O'Donoghue (1):
media: dt-bindings: Add OmniVision OV02C10

.../bindings/media/i2c/ovti,ov02c10.yaml | 117 ++++++++++++++++++
1 file changed, 117 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov02c10.yaml

--
2.49.0