Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / i2c / i2c-xiic.txt
index ceabbe9..caf42e9 100644 (file)
@@ -6,14 +6,17 @@ Required properties:
 - interrupts : IIC controller unterrupt
 - #address-cells = <1>
 - #size-cells = <0>
+- clocks: Input clock specifier. Refer to common clock bindings.
 
 Optional properties:
 - Child nodes conforming to i2c bus binding
+- clock-names: Input clock name, should be 'pclk'.
 
 Example:
 
        axi_iic_0: i2c@40800000 {
                compatible = "xlnx,xps-iic-2.00.a";
+               clocks = <&clkc 15>;
                interrupts = < 1 2 >;
                reg = < 0x40800000 0x10000 >;