aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/i2c/i2c-omap.txt
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2013-11-14 15:25:07 -0800
committerTony Lindgren <tony@atomide.com>2013-11-15 14:32:34 -0800
commit4c624840ebe2d84b72e4b2ab3e7390dddf74d0a5 (patch)
treecd178464b53ea9430edcd222ed4466724452b8a2 /Documentation/devicetree/bindings/i2c/i2c-omap.txt
parentARM: OMAP2+: Fix build for dra7xx without omap4 and 5 (diff)
downloadlinux-dev-4c624840ebe2d84b72e4b2ab3e7390dddf74d0a5.tar.xz
linux-dev-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/devicetree/bindings/i2c/i2c-omap.txt')
-rw-r--r--Documentation/devicetree/bindings/i2c/i2c-omap.txt3
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>;