diff options
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-rk3x.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rk3x.txt b/Documentation/devicetree/bindings/i2c/i2c-rk3x.txt index c4fd545720af..f0d71bc52e64 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-rk3x.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-rk3x.txt | |||
@@ -21,14 +21,17 @@ Required on RK3066, RK3188 : | |||
21 | Optional properties : | 21 | Optional properties : |
22 | 22 | ||
23 | - clock-frequency : SCL frequency to use (in Hz). If omitted, 100kHz is used. | 23 | - clock-frequency : SCL frequency to use (in Hz). If omitted, 100kHz is used. |
24 | - i2c-scl-rising-time-ns : Number of nanoseconds the signal takes to rise | 24 | - i2c-scl-rising-time-ns : Number of nanoseconds the SCL signal takes to rise |
25 | (t(r) in I2C specification). If not specified this is assumed to be | 25 | (t(r) in I2C specification). If not specified this is assumed to be |
26 | the maximum the specification allows(1000 ns for Standard-mode, | 26 | the maximum the specification allows(1000 ns for Standard-mode, |
27 | 300 ns for Fast-mode) which might cause slightly slower communication. | 27 | 300 ns for Fast-mode) which might cause slightly slower communication. |
28 | - i2c-scl-falling-time-ns : Number of nanoseconds the signal takes to fall | 28 | - i2c-scl-falling-time-ns : Number of nanoseconds the SCL signal takes to fall |
29 | (t(f) in the I2C specification). If not specified this is assumed to | 29 | (t(f) in the I2C specification). If not specified this is assumed to |
30 | be the maximum the specification allows (300 ns) which might cause | 30 | be the maximum the specification allows (300 ns) which might cause |
31 | slightly slower communication. | 31 | slightly slower communication. |
32 | - i2c-sda-falling-time-ns : Number of nanoseconds the SDA signal takes to fall | ||
33 | (t(f) in the I2C specification). If not specified we'll use the SCL | ||
34 | value since they are the same in nearly all cases. | ||
32 | 35 | ||
33 | Example: | 36 | Example: |
34 | 37 | ||