Message ID | 20250309084814.3114794-7-demonsingur@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers | expand |
On Sun, 09 Mar 2025 10:47:58 +0200, Cosmin Tanislav wrote: > MAX96793 is a newer variant of the MAX96717 which also supports GMSL3 > links. > > Document this compatibility. > > Signed-off-by: Cosmin Tanislav <demonsingur@gmail.com> > --- > Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Hi Cosmin, On Sun, Mar 09, 2025 at 10:47:58AM +0200, Cosmin Tanislav wrote: > MAX96793 is a newer variant of the MAX96717 which also supports GMSL3 > links. > > Document this compatibility. > > Signed-off-by: Cosmin Tanislav <demonsingur@gmail.com> > --- > Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml > index 31fb62debdc7..02857f0364c4 100644 > --- a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml > @@ -27,6 +27,7 @@ description: > > MAX96717F only supports a fixed rate of 3Gbps in the forward direction. > MAX9295A only supports pixel mode. > + MAX96793 also supports GMSL3 mode. Fits on the previous line. Same goes for some of the commit messages in the set: the limit is 75 characters per line. > > properties: > compatible: > @@ -36,6 +37,7 @@ properties: > - items: > - enum: > - maxim,max96717 > + - maxim,max96793 > - const: maxim,max96717f > > '#gpio-cells':
diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml index 31fb62debdc7..02857f0364c4 100644 --- a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml @@ -27,6 +27,7 @@ description: MAX96717F only supports a fixed rate of 3Gbps in the forward direction. MAX9295A only supports pixel mode. + MAX96793 also supports GMSL3 mode. properties: compatible: @@ -36,6 +37,7 @@ properties: - items: - enum: - maxim,max96717 + - maxim,max96793 - const: maxim,max96717f '#gpio-cells':
MAX96793 is a newer variant of the MAX96717 which also supports GMSL3 links. Document this compatibility. Signed-off-by: Cosmin Tanislav <demonsingur@gmail.com> --- Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml | 2 ++ 1 file changed, 2 insertions(+)