Skip to content

Commit 42052d9

Browse files
ehristevWolfram Sang
authored andcommitted
dt-bindings: i2c: at91: fix i2c-sda-hold-time-ns documentation for sam9x60
SAM9X60 also supports i2c-sda-hold-time-ns. Fix the documentation accordingly. Fixes: 2034e3f ("dt-bindings: i2c: at91: add new compatible") Signed-off-by: Eugen Hristev <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent b7169a5 commit 42052d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Optional properties:
1818
- dma-names: should contain "tx" and "rx".
1919
- atmel,fifo-size: maximum number of data the RX and TX FIFOs can store for FIFO
2020
capable I2C controllers.
21-
- i2c-sda-hold-time-ns: TWD hold time, only available for "atmel,sama5d4-i2c"
22-
and "atmel,sama5d2-i2c".
21+
- i2c-sda-hold-time-ns: TWD hold time, only available for:
22+
"atmel,sama5d4-i2c",
23+
"atmel,sama5d2-i2c",
24+
"microchip,sam9x60-i2c".
2325
- Child nodes conforming to i2c bus binding
2426

2527
Examples :

0 commit comments

Comments
 (0)