ARM: ux500: Apply a Device Tree node for the STMPE MFD
authorLee Jones <lee.jones@linaro.org>
Thu, 4 Oct 2012 11:41:35 +0000 (12:41 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 1 Nov 2012 12:02:17 +0000 (13:02 +0100)
Here we apply the STMPE Multi-Functional Device's node to the
ST User Interface Board Device Tree file. It includes all of
the properties required for correct device initialsation.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/stuib.dtsi

index 62f3ecd336f8eee6c780bf6e0c0d87267e431cc0..d6e36b5757a33f4f105c33515d0c9db0bddcacd1 100644 (file)
 
 / {
        soc-u9500 {
+               i2c@80004000 {
+                       stmpe1601: stmpe1601@40 {
+                               compatible = "st,stmpe1601";
+                               reg = <0x40>;
+                               interrupts = <26 0x4>;
+                               interrupt-parent = <&gpio6>;
+                               interrupt-controller;
+
+                               wakeup-source;
+                               st,autosleep-timeout = <1024>;
+                       };
+               };
+
                i2c@80110000 {
                        bu21013_tp@0x5c {
                                compatible = "rhom,bu21013_tp";