diff options
author | Tony Lindgren <tony@atomide.com> | 2013-11-14 15:25:07 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-15 14:32:34 -0800 |
commit | 4c624840ebe2d84b72e4b2ab3e7390dddf74d0a5 (patch) | |
tree | cd178464b53ea9430edcd222ed4466724452b8a2 /Documentation | |
parent | 26273e02a0cf18eb72416559310d3294390a9024 (diff) | |
download | linux-4c624840ebe2d84b72e4b2ab3e7390dddf74d0a5.tar.gz linux-4c624840ebe2d84b72e4b2ab3e7390dddf74d0a5.tar.bz2 linux-4c624840ebe2d84b72e4b2ab3e7390dddf74d0a5.zip |
i2c: omap: Fix missing device tree flags for omap2
As we claim to support device tree for mach-omap2, we
should have the necessary flags in the driver to make it
usable.
Cc: linux-i2c@vger.kernel.org
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-omap.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-omap.txt b/Documentation/devicetree/bindings/i2c/i2c-omap.txt index 56564aa4b444..7e49839d4124 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-omap.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-omap.txt @@ -1,7 +1,8 @@ I2C for OMAP platforms Required properties : -- compatible : Must be "ti,omap3-i2c" or "ti,omap4-i2c" +- compatible : Must be "ti,omap2420-i2c", "ti,omap2430-i2c", "ti,omap3-i2c" + or "ti,omap4-i2c" - ti,hwmods : Must be "i2c<n>", n being the instance number (1-based) - #address-cells = <1>; - #size-cells = <0>; |