diff options
| -rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-efm32.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-efm32.txt b/Documentation/devicetree/bindings/i2c/i2c-efm32.txt index ead4dd33ab66..fc15ac519437 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-efm32.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-efm32.txt | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | Required properties : | 3 | Required properties : |
| 4 | 4 | ||
| 5 | - reg : Offset and length of the register set for the device | 5 | - reg : Offset and length of the register set for the device |
| 6 | - compatible : should be "efm32,i2c" | 6 | - compatible : should be "energymicro,efm32-i2c" |
| 7 | - interrupts : the interrupt number | 7 | - interrupts : the interrupt number |
| 8 | - clocks : reference to the module clock | 8 | - clocks : reference to the module clock |
| 9 | 9 | ||
| @@ -17,12 +17,12 @@ Example: | |||
| 17 | i2c0: i2c@4000a000 { | 17 | i2c0: i2c@4000a000 { |
| 18 | #address-cells = <1>; | 18 | #address-cells = <1>; |
| 19 | #size-cells = <0>; | 19 | #size-cells = <0>; |
| 20 | compatible = "efm32,i2c"; | 20 | compatible = "energymicro,efm32-i2c"; |
| 21 | reg = <0x4000a000 0x400>; | 21 | reg = <0x4000a000 0x400>; |
| 22 | interrupts = <9>; | 22 | interrupts = <9>; |
| 23 | clocks = <&cmu clk_HFPERCLKI2C0>; | 23 | clocks = <&cmu clk_HFPERCLKI2C0>; |
| 24 | clock-frequency = <100000>; | 24 | clock-frequency = <100000>; |
| 25 | status = "disabled"; | 25 | status = "ok"; |
| 26 | efm32,location = <3>; | 26 | efm32,location = <3>; |
| 27 | 27 | ||
| 28 | eeprom@50 { | 28 | eeprom@50 { |
