浏览代码

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>
Boris BREZILLON 11 年之前
父节点
当前提交
c21e5c761b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Documentation/devicetree/bindings/i2c/i2c-at91.txt

+ 2 - 0
Documentation/devicetree/bindings/i2c/i2c-at91.txt

@@ -9,6 +9,7 @@ Required properties :
 - interrupts: interrupt number to the cpu.
 - interrupts: interrupt number to the cpu.
 - #address-cells = <1>;
 - #address-cells = <1>;
 - #size-cells = <0>;
 - #size-cells = <0>;
+- clocks: phandles to input clocks.
 
 
 Optional properties:
 Optional properties:
 - Child nodes conforming to i2c bus binding
 - Child nodes conforming to i2c bus binding
@@ -21,6 +22,7 @@ i2c0: i2c@fff84000 {
 	interrupts = <12 4 6>;
 	interrupts = <12 4 6>;
 	#address-cells = <1>;
 	#address-cells = <1>;
 	#size-cells = <0>;
 	#size-cells = <0>;
+	clocks = <&twi0_clk>;
 
 
 	24c512@50 {
 	24c512@50 {
 		compatible = "24c512";
 		compatible = "24c512";