Commit 5489abf6 authored by Benjamin Mugnier's avatar Benjamin Mugnier Committed by Hans Verkuil
Browse files

media: dt-bindings: vd55g1: Add vd65g4 compatible



Switch compatible from a const to an enum to accommodate both the vd55g1
and the vd65g4, which is the color variant.

Signed-off-by: default avatarBenjamin Mugnier <benjamin.mugnier@foss.st.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarHans Verkuil <hverkuil+cisco@kernel.org>
parent 7890895d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -25,7 +25,11 @@ allOf:

properties:
  compatible:
    const: st,vd55g1
    enum:
      - st,vd55g1
      - st,vd65g4
    description:
      VD55G1 is the monochrome variant, while VD65G4 is the color one.

  reg:
    maxItems: 1