]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: dts: mx5: fix wrong stmpe-ts bindings
authorStefan Agner <stefan@agner.ch>
Wed, 2 Apr 2014 17:05:37 +0000 (19:05 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Mon, 14 Apr 2014 02:22:37 +0000 (10:22 +0800)
Fix bindings for STMPE touchscreen controller to match the documented
bindings and the actual bindings used by the driver.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx53-m53evk.dts

index 7fa2d1b5d60e1565e1d1599c148715ecbc0f26f6..d5d146a8b149cd14601cef1b26857002d27eec9b 100644 (file)
                irq-trigger = <0x1>;
 
                stmpe_touchscreen {
-                       compatible = "stmpe,ts";
+                       compatible = "st,stmpe-ts";
                        reg = <0>;
-                       ts,sample-time = <4>;
-                       ts,mod-12b = <1>;
-                       ts,ref-sel = <0>;
-                       ts,adc-freq = <1>;
-                       ts,ave-ctrl = <3>;
-                       ts,touch-det-delay = <3>;
-                       ts,settling = <4>;
-                       ts,fraction-z = <7>;
-                       ts,i-drive = <1>;
+                       st,sample-time = <4>;
+                       st,mod-12b = <1>;
+                       st,ref-sel = <0>;
+                       st,adc-freq = <1>;
+                       st,ave-ctrl = <3>;
+                       st,touch-det-delay = <3>;
+                       st,settling = <4>;
+                       st,fraction-z = <7>;
+                       st,i-drive = <1>;
                };
        };