Skip to content

Commit ba085a8

Browse files
Andi Shytiwsakernel
authored andcommitted
dt-bindings: i2c: mpc: Mark "fsl,timeout" as deprecated
Now we have the i2c-scl-clk-low-timeout-us property defined in the i2c schema. Mark "fsl,timeout" as deprecated and update the example. Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent 58c043d commit ba085a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/devicetree/bindings/i2c/i2c-mpc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ properties:
4343
4444
fsl,timeout:
4545
$ref: /schemas/types.yaml#/definitions/uint32
46+
deprecated: true
4647
description: |
4748
I2C bus timeout in microseconds
4849
@@ -95,6 +96,6 @@ examples:
9596
interrupts = <43 2>;
9697
interrupt-parent = <&mpic>;
9798
clock-frequency = <400000>;
98-
fsl,timeout = <10000>;
99+
i2c-scl-clk-low-timeout-us = <10000>;
99100
};
100101
...

0 commit comments

Comments
 (0)