Message ID | 20250309084814.3114794-6-demonsingur@gmail.com |
---|---|
State | New |
Headers | show |
Series | [RFC,v2,01/16] dt-bindings: media: i2c: max96717: add myself as maintainer | expand |
On Sun, Mar 09, 2025 at 10:47:57AM +0200, Cosmin Tanislav wrote: > MAX9295A is an older variant of the MAX96717 which does not support > tunnel mode. > > Document the compatibility. > > Signed-off-by: Cosmin Tanislav <demonsingur@gmail.com> > --- > .../devicetree/bindings/media/i2c/maxim,max96717.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml > index 0a43582168a8..31fb62debdc7 100644 > --- a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml > @@ -24,11 +24,14 @@ description: > > The GMSL2 serial link operates at a fixed rate of 3Gbps or 6Gbps in the > forward direction and 187.5Mbps in the reverse direction. > + > MAX96717F only supports a fixed rate of 3Gbps in the forward direction. > + MAX9295A only supports pixel mode. > > properties: > compatible: > oneOf: > + - const: maxim,max9295a > - const: maxim,max96717f Make these 2 a single 'enum'. > - items: > - enum: > -- > 2.48.1 >
diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml index 0a43582168a8..31fb62debdc7 100644 --- a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml @@ -24,11 +24,14 @@ description: The GMSL2 serial link operates at a fixed rate of 3Gbps or 6Gbps in the forward direction and 187.5Mbps in the reverse direction. + MAX96717F only supports a fixed rate of 3Gbps in the forward direction. + MAX9295A only supports pixel mode. properties: compatible: oneOf: + - const: maxim,max9295a - const: maxim,max96717f - items: - enum:
MAX9295A is an older variant of the MAX96717 which does not support tunnel mode. Document the compatibility. Signed-off-by: Cosmin Tanislav <demonsingur@gmail.com> --- .../devicetree/bindings/media/i2c/maxim,max96717.yaml | 3 +++ 1 file changed, 3 insertions(+)