On Wed, 2025-07-16 at 22:30 +0300, 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>
> Acked-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> .../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 78ecbab8205a5..02a44db982852 100644
> --- a/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml
> @@ -30,6 +30,8 @@ description:
>
> MAX9295A only supports pixel mode.
>
> + MAX96793 also supports GMSL3 mode.
> +
> properties:
> compatible:
> oneOf:
> @@ -39,6 +41,7 @@ properties:
> - items:
> - enum:
> - maxim,max96717
> + - maxim,max96793
> - const: maxim,max96717f
>
> '#gpio-cells':
Reviewed-by: Julien Massot <julien.massot@collabora.com>