diff options
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-mxs.txt')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mxs.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mxs.txt b/Documentation/devicetree/bindings/i2c/i2c-mxs.txt index 30ac3a0557f7..7a3fe9e5f4cb 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mxs.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mxs.txt | |||
@@ -6,6 +6,7 @@ Required properties: | |||
6 | - interrupts: Should contain ERROR and DMA interrupts | 6 | - interrupts: Should contain ERROR and DMA interrupts |
7 | - clock-frequency: Desired I2C bus clock frequency in Hz. | 7 | - clock-frequency: Desired I2C bus clock frequency in Hz. |
8 | Only 100000Hz and 400000Hz modes are supported. | 8 | Only 100000Hz and 400000Hz modes are supported. |
9 | - fsl,i2c-dma-channel: APBX DMA channel for the I2C | ||
9 | 10 | ||
10 | Examples: | 11 | Examples: |
11 | 12 | ||
@@ -16,4 +17,5 @@ i2c0: i2c@80058000 { | |||
16 | reg = <0x80058000 2000>; | 17 | reg = <0x80058000 2000>; |
17 | interrupts = <111 68>; | 18 | interrupts = <111 68>; |
18 | clock-frequency = <100000>; | 19 | clock-frequency = <100000>; |
20 | fsl,i2c-dma-channel = <6>; | ||
19 | }; | 21 | }; |