diff options
Diffstat (limited to 'drivers/mfd/stmpe.c')
-rw-r--r-- | drivers/mfd/stmpe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c index 19636199d7a5..5e8e6927cfcd 100644 --- a/drivers/mfd/stmpe.c +++ b/drivers/mfd/stmpe.c | |||
@@ -326,6 +326,7 @@ static struct resource stmpe_keypad_resources[] = { | |||
326 | 326 | ||
327 | static struct mfd_cell stmpe_keypad_cell = { | 327 | static struct mfd_cell stmpe_keypad_cell = { |
328 | .name = "stmpe-keypad", | 328 | .name = "stmpe-keypad", |
329 | .of_compatible = "st,stmpe-keypad", | ||
329 | .resources = stmpe_keypad_resources, | 330 | .resources = stmpe_keypad_resources, |
330 | .num_resources = ARRAY_SIZE(stmpe_keypad_resources), | 331 | .num_resources = ARRAY_SIZE(stmpe_keypad_resources), |
331 | }; | 332 | }; |
@@ -409,6 +410,7 @@ static struct resource stmpe_ts_resources[] = { | |||
409 | 410 | ||
410 | static struct mfd_cell stmpe_ts_cell = { | 411 | static struct mfd_cell stmpe_ts_cell = { |
411 | .name = "stmpe-ts", | 412 | .name = "stmpe-ts", |
413 | .of_compatible = "st,stmpe-ts", | ||
412 | .resources = stmpe_ts_resources, | 414 | .resources = stmpe_ts_resources, |
413 | .num_resources = ARRAY_SIZE(stmpe_ts_resources), | 415 | .num_resources = ARRAY_SIZE(stmpe_ts_resources), |
414 | }; | 416 | }; |