Skip to content

Commit 8e2596e

Browse files
diandersWolfram Sang
authored andcommitted
i2c: designware: Fix falling time bindings doc
In (6468276 i2c: designware: make SCL and SDA falling time configurable) new device tree properties were added for setting the falling time of SDA and SCL. The device tree bindings doc had a typo in it: it forgot the "-ns" suffix for both properies in the prose of the bindings. I assume this is a typo because: * The source code includes the "-ns" * The example in the bindings includes the "-ns". Fix the typo. Signed-off-by: Doug Anderson <[email protected]> Fixes: 6468276 ("i2c: designware: make SCL and SDA falling time configurable") Acked-by: Romain Baeriswyl <[email protected]> Signed-off-by: Wolfram Sang <[email protected]> Cc: [email protected]
1 parent 2c6ef04 commit 8e2596e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/i2c/i2c-designware.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Optional properties :
1414
- i2c-sda-hold-time-ns : should contain the SDA hold time in nanoseconds.
1515
This option is only supported in hardware blocks version 1.11a or newer.
1616

17-
- i2c-scl-falling-time : should contain the SCL falling time in nanoseconds.
17+
- i2c-scl-falling-time-ns : should contain the SCL falling time in nanoseconds.
1818
This value which is by default 300ns is used to compute the tLOW period.
1919

20-
- i2c-sda-falling-time : should contain the SDA falling time in nanoseconds.
20+
- i2c-sda-falling-time-ns : should contain the SDA falling time in nanoseconds.
2121
This value which is by default 300ns is used to compute the tHIGH period.
2222

2323
Example :

0 commit comments

Comments
 (0)