[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250324000912.105662-1-bryan.odonoghue@linaro.org>
Date: Mon, 24 Mar 2025 00:09:11 +0000
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: hdegoede@...hat.com,
mchehab@...nel.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
sakari.ailus@...ux.intel.com,
hverkuil@...all.nl
Cc: linux-media@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Bryan O'Donoghue <bryan.odonoghue@...aro.org>
Subject: [PATCH 0/1] Add OV02C10 dt yaml description
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@redhat.com
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
Powered by blists - more mailing lists