diff options
-rw-r--r-- | drivers/input/touchscreen/ti_am335x_tsc.c | 2 | ||||
-rw-r--r-- | drivers/mfd/ti_am335x_tscadc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c index a1db55d1a862..ff3215ddf9f5 100644 --- a/drivers/input/touchscreen/ti_am335x_tsc.c +++ b/drivers/input/touchscreen/ti_am335x_tsc.c | |||
@@ -491,7 +491,7 @@ static struct platform_driver ti_tsc_driver = { | |||
491 | .probe = titsc_probe, | 491 | .probe = titsc_probe, |
492 | .remove = titsc_remove, | 492 | .remove = titsc_remove, |
493 | .driver = { | 493 | .driver = { |
494 | .name = "tsc", | 494 | .name = "TI-am335x-tsc", |
495 | .owner = THIS_MODULE, | 495 | .owner = THIS_MODULE, |
496 | .pm = TITSC_PM_OPS, | 496 | .pm = TITSC_PM_OPS, |
497 | .of_match_table = of_match_ptr(ti_tsc_dt_ids), | 497 | .of_match_table = of_match_ptr(ti_tsc_dt_ids), |
diff --git a/drivers/mfd/ti_am335x_tscadc.c b/drivers/mfd/ti_am335x_tscadc.c index d05fcba6f13a..5fb8b1dace8e 100644 --- a/drivers/mfd/ti_am335x_tscadc.c +++ b/drivers/mfd/ti_am335x_tscadc.c | |||
@@ -213,7 +213,7 @@ static int ti_tscadc_probe(struct platform_device *pdev) | |||
213 | if (tsc_wires > 0) { | 213 | if (tsc_wires > 0) { |
214 | tscadc->tsc_cell = tscadc->used_cells; | 214 | tscadc->tsc_cell = tscadc->used_cells; |
215 | cell = &tscadc->cells[tscadc->used_cells++]; | 215 | cell = &tscadc->cells[tscadc->used_cells++]; |
216 | cell->name = "tsc"; | 216 | cell->name = "TI-am335x-tsc"; |
217 | cell->of_compatible = "ti,am3359-tsc"; | 217 | cell->of_compatible = "ti,am3359-tsc"; |
218 | cell->platform_data = &tscadc; | 218 | cell->platform_data = &tscadc; |
219 | cell->pdata_size = sizeof(tscadc); | 219 | cell->pdata_size = sizeof(tscadc); |