Commit 5d232112f94b0f3920dc4fec09688ef6cb5c09df

Authored by Matt Porter
Committed by Wolfram Sang
1 parent ebf2ef8f61

i2c: imx: add required clocks property to binding

A clock specifier is required for i.MX I2C and is
provided in all DTS implementations. Add this to the
list of required properties in the binding.

Signed-off-by: Matt Porter <mporter@konsulko.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

Documentation/devicetree/bindings/i2c/i2c-imx.txt
... ... @@ -7,6 +7,7 @@
7 7 - "fsl,vf610-i2c" for I2C compatible with the one integrated on Vybrid vf610 SoC
8 8 - reg : Should contain I2C/HS-I2C registers location and length
9 9 - interrupts : Should contain I2C/HS-I2C interrupt
  10 +- clocks : Should contain the I2C/HS-I2C clock specifier
10 11  
11 12 Optional properties:
12 13 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.