diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-12-17 10:54:04 -0500 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-01-04 17:10:27 -0500 |
commit | c21e5c761b1b531ca3406d42c6509873308d92b5 (patch) | |
tree | 12cabfcd3ca1ffcba19a639ff18ef7ed7955b00b | |
parent | 34d7ffa064a509241f0aa760cddb5008cfd951fc (diff) |
i2c: at91: document clock properties
Document the clock properties required by the at91 i2c bus driver.
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-at91.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-at91.txt b/Documentation/devicetree/bindings/i2c/i2c-at91.txt index b689a0d9441c..4fade84bea16 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-at91.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-at91.txt | |||
@@ -9,6 +9,7 @@ Required properties : | |||
9 | - interrupts: interrupt number to the cpu. | 9 | - interrupts: interrupt number to the cpu. |
10 | - #address-cells = <1>; | 10 | - #address-cells = <1>; |
11 | - #size-cells = <0>; | 11 | - #size-cells = <0>; |
12 | - clocks: phandles to input clocks. | ||
12 | 13 | ||
13 | Optional properties: | 14 | Optional properties: |
14 | - Child nodes conforming to i2c bus binding | 15 | - Child nodes conforming to i2c bus binding |
@@ -21,6 +22,7 @@ i2c0: i2c@fff84000 { | |||
21 | interrupts = <12 4 6>; | 22 | interrupts = <12 4 6>; |
22 | #address-cells = <1>; | 23 | #address-cells = <1>; |
23 | #size-cells = <0>; | 24 | #size-cells = <0>; |
25 | clocks = <&twi0_clk>; | ||
24 | 26 | ||
25 | 24c512@50 { | 27 | 24c512@50 { |
26 | compatible = "24c512"; | 28 | compatible = "24c512"; |