aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2012-12-17 01:04:14 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-12-17 01:04:14 -0500
commit022573c275500e1a50889949f679d04b5446edf6 (patch)
tree766ab0e13fc38275466f8544d1bbf4982833cbff /drivers/mfd
parent516d798f656614f59553b1ff3592c2c36102b684 (diff)
parenta455e2985f57e2a71566bb8850094af38b2c932d (diff)
Merge branch 'next' into for-linus
Prepare first set of updates for 3.8 merge window.
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/stmpe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c
index c94f521f392..bf1ba93f43a 100644
--- a/drivers/mfd/stmpe.c
+++ b/drivers/mfd/stmpe.c
@@ -324,6 +324,7 @@ static struct resource stmpe_keypad_resources[] = {
324 324
325static struct mfd_cell stmpe_keypad_cell = { 325static struct mfd_cell stmpe_keypad_cell = {
326 .name = "stmpe-keypad", 326 .name = "stmpe-keypad",
327 .of_compatible = "st,stmpe-keypad",
327 .resources = stmpe_keypad_resources, 328 .resources = stmpe_keypad_resources,
328 .num_resources = ARRAY_SIZE(stmpe_keypad_resources), 329 .num_resources = ARRAY_SIZE(stmpe_keypad_resources),
329}; 330};
@@ -411,6 +412,7 @@ static struct resource stmpe_ts_resources[] = {
411 412
412static struct mfd_cell stmpe_ts_cell = { 413static struct mfd_cell stmpe_ts_cell = {
413 .name = "stmpe-ts", 414 .name = "stmpe-ts",
415 .of_compatible = "st,stmpe-ts",
414 .resources = stmpe_ts_resources, 416 .resources = stmpe_ts_resources,
415 .num_resources = ARRAY_SIZE(stmpe_ts_resources), 417 .num_resources = ARRAY_SIZE(stmpe_ts_resources),
416}; 418};