diff options
author | Vipul Kumar Samar <vipulkumar.samar@st.com> | 2012-11-22 23:42:12 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-11-22 23:47:09 -0800 |
commit | 037db524a2015607031c70a7935153120601b908 (patch) | |
tree | 82387672d07b8fb9d1fcd0098692256de20895cd /drivers/mfd/stmpe.c | |
parent | edbe265d245b0fe05c43e96e52554dacae5dcc70 (diff) | |
download | op-kernel-dev-037db524a2015607031c70a7935153120601b908.zip op-kernel-dev-037db524a2015607031c70a7935153120601b908.tar.gz |
Input: stmpe-ts - add DT support for stmpe touchscreen
This patch allows the STMPE Touchscreen driver to be successfully probed and
initialised when Device Tree support is enabled. Bindings are mentioned in
Documentation too.
Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/mfd/stmpe.c')
-rw-r--r-- | drivers/mfd/stmpe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c index c94f521..55c7b95 100644 --- a/drivers/mfd/stmpe.c +++ b/drivers/mfd/stmpe.c @@ -411,6 +411,7 @@ static struct resource stmpe_ts_resources[] = { static struct mfd_cell stmpe_ts_cell = { .name = "stmpe-ts", + .of_compatible = "st,stmpe-ts", .resources = stmpe_ts_resources, .num_resources = ARRAY_SIZE(stmpe_ts_resources), }; |