Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux.git] / Documentation / devicetree / bindings / i2c / i2c-at91.txt
index 4fade84bea1662a7a005d7d283944f296de4521d..388f0a275fbacb4602b830889afb3643212231f4 100644 (file)
@@ -12,6 +12,7 @@ Required properties :
 - clocks: phandles to input clocks.
 
 Optional properties:
+- clock-frequency: Desired I2C bus frequency in Hz, otherwise defaults to 100000
 - Child nodes conforming to i2c bus binding
 
 Examples :
@@ -23,6 +24,7 @@ i2c0: i2c@fff84000 {
        #address-cells = <1>;
        #size-cells = <0>;
        clocks = <&twi0_clk>;
+       clock-frequency = <400000>;
 
        24c512@50 {
                compatible = "24c512";