diff mbox

i2c: imx: add required clocks property to binding

Message ID 1425401828-31063-1-git-send-email-mporter@konsulko.com
State Accepted, archived
Commit 5d232112f94b0f3920dc4fec09688ef6cb5c09df
Headers show

Commit Message

Matt Porter March 3, 2015, 4:57 p.m. UTC
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>
---
 Documentation/devicetree/bindings/i2c/i2c-imx.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Wolfram Sang March 7, 2015, 12:13 a.m. UTC | #1
On Tue, Mar 03, 2015 at 11:57:08AM -0500, Matt Porter wrote:
> 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>

Applied to for-current, thanks!
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.txt b/Documentation/devicetree/bindings/i2c/i2c-imx.txt
index 52d37fd..ce4311d 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-imx.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-imx.txt
@@ -7,6 +7,7 @@  Required properties:
   - "fsl,vf610-i2c" for I2C compatible with the one integrated on Vybrid vf610 SoC
 - reg : Should contain I2C/HS-I2C registers location and length
 - interrupts : Should contain I2C/HS-I2C interrupt
+- clocks : Should contain the I2C/HS-I2C clock specifier
 
 Optional properties:
 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.