[PATCH 02/11] media: dt-bindings: i2c: vd55g1: Add vd55g0 compatible
From: Peter Marshall
Date: Fri Sep 18 2026 - 18:20:09 EST
Add the vd55g0 to the compatible enum and update messages to reflect
its support.
Signed-off-by: Peter Marshall <pm@xxxxxxxxxxxxxxxx>
---
.../bindings/media/i2c/st,vd55g1.yaml | 28 +++++++++++++++----
1 file changed, 23 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml b/Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml
index ea0ae1ea12b9..195103ec0912 100644
--- a/Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml
@@ -5,16 +5,18 @@
$id: http://devicetree.org/schemas/media/i2c/st,vd55g1.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: STMicroelectronics VD55G1 Global Shutter Image Sensor
+title: STMicroelectronics VD55G1 Family Global Shutter Image Sensors
maintainers:
- Benjamin Mugnier <benjamin.mugnier@xxxxxxxxxxx>
- Sylvain Petinot <sylvain.petinot@xxxxxxxxxxx>
+ - Peter Marshall <pm@xxxxxxxxxxxxxxxx>
description: |-
- The STMicroelectronics VD55G1 is a global shutter image sensor with an active
- array size of 804H x 704V. It is programmable through I2C interface. The I2C
- address is fixed to 0x10.
+ The STMicroelectronics VD55G1 family (VD55G0, VD55G1, and VD65G4) consists of
+ global shutter image sensors. The VD55G0 has an array size of 644H x 604V.
+ The VD55G1 and VD65G4 have an array size of 804H x 704V. They are programmable
+ through I2C interface. The I2C address is fixed to 0x10.
Image data is sent through MIPI CSI-2, which is configured as only 1 data
lane. The sensor provides 4 GPIOS that can be used for external LED signal
@@ -23,11 +25,12 @@ description: |-
properties:
compatible:
enum:
+ - st,vd55g0
- st,vd55g1
- st,vd55g4
- st,vd65g4
description:
- VD55G1 and VD55G4 are monochrome variants, while VD65G4 is a color one.
+ VD55G0 and VD55G1 are monochrome variants, while VD65G4 is a color variant.
reg:
maxItems: 1
@@ -101,6 +104,21 @@ required:
allOf:
- $ref: /schemas/media/video-interface-devices.yaml#
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: st,vd55g0
+ then:
+ properties:
+ port:
+ properties:
+ endpoint:
+ properties:
+ link-frequencies:
+ items:
+ minimum: 375000000
+
unevaluatedProperties: false
examples:
--
2.55.0