diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2015-12-08 09:37:49 (GMT) |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-12-14 09:51:10 (GMT) |
commit | ca68eade666a6ad7e954cc8c1af07ce477726087 (patch) | |
tree | 284e32c5c439c6f5a731d6ad89f7ce8bf37d536c /Documentation | |
parent | c7881871de878ab3a40b973142e4ca17857b6b73 (diff) | |
download | linux-ca68eade666a6ad7e954cc8c1af07ce477726087.tar.xz |
i2c: rcar: honor additional i2c timings from DT
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt index ea406eb2..95e9722 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt @@ -20,6 +20,10 @@ Optional properties: propoerty indicates the default frequency 100 kHz. - clocks: clock specifier. +- i2c-scl-falling-time-ns: see i2c.txt +- i2c-scl-internal-delay-ns: see i2c.txt +- i2c-scl-rising-time-ns: see i2c.txt + Examples : i2c0: i2c@e6508000 { |