dt-bindings: i2c: mux-gpio: Add 'settle-time-us' property
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Mon, 17 Jun 2024 12:08:16 +0000 (14:08 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Sat, 20 Jul 2024 01:07:54 +0000 (03:07 +0200)
I2C MUXes described by the i2c-gpio-mux sometimes need a significant
amount of time to switch from a bus to another. When a new bus is
selected, the first I2C transfer can fail if it occurs too early. There
is no way to describe this transition delay that has to be waited before
starting the first I2C transfer.

Add a 'settle-time-us' property that indicates the delay to be
respected before doing the first i2c transfer.

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml

index f34cc7ad5a00e96f0a3bb110429695f117cabe82..4a93d1f78f93283877f69cf593b1579731277cf0 100644 (file)
@@ -57,6 +57,9 @@ properties:
       last value used.
     $ref: /schemas/types.yaml#/definitions/uint32
 
+  settle-time-us:
+    description: Delay to wait before doing any transfer when a new bus gets selected.
+
 allOf:
   - $ref: i2c-mux.yaml