diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2020-01-15 18:31:37 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-01-15 18:31:37 +0100 |
commit | d02e5ee09bd98b8cec9c2e26b486ed4d6d1b7e2a (patch) | |
tree | 7cb6fa45fd1cb4bdad89c7b7832a72df893c838c /Documentation/devicetree/bindings/i2c | |
parent | i2c: parport: move include file into main source (diff) | |
parent | i2c: tegra: Properly disable runtime PM on driver's probe error (diff) | |
download | linux-d02e5ee09bd98b8cec9c2e26b486ed4d6d1b7e2a.tar.xz linux-d02e5ee09bd98b8cec9c2e26b486ed4d6d1b7e2a.zip |
Merge branch 'i2c/for-current' into i2c/for-5.6
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-at91.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-at91.txt b/Documentation/devicetree/bindings/i2c/i2c-at91.txt index d35cd638d054..d4bad86107b8 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-at91.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-at91.txt @@ -24,8 +24,10 @@ Optional properties: - dma-names: should contain "tx" and "rx". - atmel,fifo-size: maximum number of data the RX and TX FIFOs can store for FIFO capable I2C controllers. -- i2c-sda-hold-time-ns: TWD hold time, only available for "atmel,sama5d4-i2c" - and "atmel,sama5d2-i2c". +- i2c-sda-hold-time-ns: TWD hold time, only available for: + "atmel,sama5d4-i2c", + "atmel,sama5d2-i2c", + "microchip,sam9x60-i2c". - Child nodes conforming to i2c bus binding Examples : |