Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andi Shyti and committed by
Wolfram Sang
ba085a8d 58c043d9

+2 -1
+2 -1
Documentation/devicetree/bindings/i2c/i2c-mpc.yaml
··· 43 43 44 44 fsl,timeout: 45 45 $ref: /schemas/types.yaml#/definitions/uint32 46 + deprecated: true 46 47 description: | 47 48 I2C bus timeout in microseconds 48 49 ··· 96 95 interrupts = <43 2>; 97 96 interrupt-parent = <&mpic>; 98 97 clock-frequency = <400000>; 99 - fsl,timeout = <10000>; 98 + i2c-scl-clk-low-timeout-us = <10000>; 100 99 }; 101 100 ...