mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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: Benjamin Mugnier <benjamin.mugnier@foss.st.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
7890895df1
commit
5489abf663
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user