dt-bindings: i2c: mpc: Mark "fsl,timeout" as deprecated
authorAndi Shyti <andi.shyti@kernel.org>
Fri, 17 Mar 2023 23:33:36 +0000 (00:33 +0100)
committerWolfram Sang <wsa@kernel.org>
Wed, 29 Mar 2023 19:07:04 +0000 (21:07 +0200)
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>
Documentation/devicetree/bindings/i2c/i2c-mpc.yaml

index 018e1b94442489b012f5f127df12b33c7df62e1c..70fb69b923c46da3441cde4bac2ae57e955496c8 100644 (file)
@@ -43,6 +43,7 @@ properties:
 
   fsl,timeout:
     $ref: /schemas/types.yaml#/definitions/uint32
+    deprecated: true
     description: |
       I2C bus timeout in microseconds
 
@@ -95,6 +96,6 @@ examples:
         interrupts = <43 2>;
         interrupt-parent = <&mpic>;
         clock-frequency = <400000>;
-        fsl,timeout = <10000>;
+        i2c-scl-clk-low-timeout-us = <10000>;
     };
 ...