aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2012-04-23 22:26:38 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-04-23 23:35:59 -0700
commit34604086bea11f1f4d7ff124c84dab9b89956837 (patch)
tree0b969cd5b62678db31409bf3c6a6d517796a9b59 /Documentation/devicetree/bindings/input
parentInput: atkbd - fix language in a printed message (diff)
downloadlinux-dev-34604086bea11f1f4d7ff124c84dab9b89956837.tar.xz
linux-dev-34604086bea11f1f4d7ff124c84dab9b89956837.zip
Input: lpc32xx_ts - fix device tree compatible string
During the device tree integration of the various LPC32xx drivers, we agreed on using non-wildcard "compatible" strings. This change switches lpc32xx_ts touchscreen driver to use "nxp,lpc3220-tsc". Signed-off-by: Roland Stigge <stigge@antcom.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'Documentation/devicetree/bindings/input')
-rw-r--r--Documentation/devicetree/bindings/input/touchscreen/lpc32xx-tsc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/lpc32xx-tsc.txt b/Documentation/devicetree/bindings/input/touchscreen/lpc32xx-tsc.txt
index d0c68e33de3a..41cbf4b7a670 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/lpc32xx-tsc.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/lpc32xx-tsc.txt
@@ -1,7 +1,7 @@
* NXP LPC32xx SoC Touchscreen Controller (TSC)
Required properties:
-- compatible: must be "nxp,lpc32xx-tsc"
+- compatible: must be "nxp,lpc3220-tsc"
- reg: physical base address of the controller and length of memory mapped
region.
- interrupts: The TSC/ADC interrupt
@@ -9,7 +9,7 @@ Required properties:
Example:
tsc@40048000 {
- compatible = "nxp,lpc32xx-tsc";
+ compatible = "nxp,lpc3220-tsc";
reg = <0x40048000 0x1000>;
interrupt-parent = <&mic>;
interrupts = <39 0>;