[PATCH v4 04/19] dt-bindings: media: i2c: max96717: add support for pinctrl/pinconf
Linus Walleij
linus.walleij at linaro.org
Tue Jun 24 11:58:00 PDT 2025
Hi Cosmin,
thanks for your patch! Overall this looks good!
On Wed, Jun 18, 2025 at 11:59 AM Cosmin Tanislav <demonsingur at gmail.com> wrote:
> MAX96717 is capable of configuring various pin properties.
>
> Add pinctrl/pinconf properties to support this usecase.
>
> Signed-off-by: Cosmin Tanislav <demonsingur at gmail.com>
(...)
> + slew-rate:
> + description: |
> + Slew rate.
> + 0 - Fastest
> + 1 - Fast
> + 2 - Slow
> + 3 - Slowest
> + maximum: 3
Would be great to have some SI units on this? Like how many milliseconds
etc.
> + maxim,jitter-compensation:
> + type: boolean
> + description: Enables jitter compensation.
What does that mean?
> + maxim,gmsl-tx:
> + type: boolean
> + description: Enable transmitting pin value to GMSL link.
> +
> + maxim,gmsl-rx:
> + type: boolean
> + description: Enable receiving pin value from GMSL link.
> +
> + maxim,gmsl-tx-id:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description:
> + Identifier used while transmitting value to GMSL link.
> + Default value matches the pin number.
> + minimum: 0
> + maximum: 31
> +
> + maxim,gmsl-rx-id:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description:
> + Identifier used while receiving value from GMSL link.
> + Default value matches the pin number.
> + minimum: 0
> + maximum: 31
Maybe add some words about what an GMSL link is somewhere?
> + maxim,rclkout-clock:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description: |
> + Clock value.
> + 0 - XTAL / 1 = 25MHz
> + 1 - XTAL / 2 = 12.5MHz
> + 2 - XTAL / 4 = 6.25MHz
> + 3 - Reference PLL output
> + minimum: 0
> + maximum: 3
I'm no expert but isn't this something the clock framework has some standard
binding for? assigned-clock-rates?
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list