[PATCH v3 1/3] dt-bindings: media: i2c: og0ve1b: Add OmniVision OG0VA1B camera sensor

From: Wenmeng Liu

Date: Wed Jul 08 2026 - 10:41:59 EST


The OmniVision OG0VA1B is a monochrome image sensor closely related to
the already supported OG0VE1B. It shares the same SCCB control
interface, power supplies and MIPI D-PHY description, but differs in
its chip ID, register programming and output format.

Generalise the binding title and description to cover both sensors.

Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx>
Signed-off-by: Wenmeng Liu <wenmeng.liu@xxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/media/i2c/ovti,og0ve1b.yaml | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,og0ve1b.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,og0ve1b.yaml
index bd2f1ae23e6547032361924a6953000bab1129df..b6fa9645c7c6cb3fa907478684d02b01d916fea1 100644
--- a/Documentation/devicetree/bindings/media/i2c/ovti,og0ve1b.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/ovti,og0ve1b.yaml
@@ -4,14 +4,13 @@
$id: http://devicetree.org/schemas/media/i2c/ovti,og0ve1b.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

-title: OmniVision OG0VE1B Image Sensor
+title: OmniVision OG0VA1B and OG0VE1B Image Sensors

description:
- OmniVision OG0VE1B image sensor is a low power consuming monochrome
- image sensor. The sensor is controlled over a serial camera control
- bus protocol (SCCB), the widest supported image size is 640x480 at
- 120 frames per second rate, data output format is 8/10-bit RAW
- transferred over one-lane MIPI D-PHY at up to 800 Mbps.
+ OmniVision OG0VA1B and OG0VE1B are low power consuming monochrome image
+ sensors. The sensors are controlled over a serial camera control bus
+ protocol (SCCB), the widest supported image size is 640x480, data output
+ format is 8/10-bit RAW transferred over one-lane MIPI D-PHY.

maintainers:
- Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx>
@@ -21,7 +20,9 @@ allOf:

properties:
compatible:
- const: ovti,og0ve1b
+ enum:
+ - ovti,og0va1b
+ - ovti,og0ve1b

reg:
maxItems: 1

--
2.34.1