diff options
author | Roland Stigge <stigge@antcom.de> | 2012-04-23 22:26:38 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-04-23 23:35:59 -0700 |
commit | 34604086bea11f1f4d7ff124c84dab9b89956837 (patch) | |
tree | 0b969cd5b62678db31409bf3c6a6d517796a9b59 /drivers/input/touchscreen/lpc32xx_ts.c | |
parent | f57fe78ee48f7aa1f859e7e9c4d6987276a72ecc (diff) | |
download | blackbird-op-linux-34604086bea11f1f4d7ff124c84dab9b89956837.tar.gz blackbird-op-linux-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 'drivers/input/touchscreen/lpc32xx_ts.c')
-rw-r--r-- | drivers/input/touchscreen/lpc32xx_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/lpc32xx_ts.c b/drivers/input/touchscreen/lpc32xx_ts.c index e8fccbc452db..4c2b8ed3bf16 100644 --- a/drivers/input/touchscreen/lpc32xx_ts.c +++ b/drivers/input/touchscreen/lpc32xx_ts.c @@ -386,7 +386,7 @@ static const struct dev_pm_ops lpc32xx_ts_pm_ops = { #ifdef CONFIG_OF static struct of_device_id lpc32xx_tsc_of_match[] = { - { .compatible = "nxp,lpc32xx-tsc", }, + { .compatible = "nxp,lpc3220-tsc", }, { }, }; MODULE_DEVICE_TABLE(of, lpc32xx_tsc_of_match); |