|
@@ -292,7 +292,7 @@ MODULE_DEVICE_TABLE(of, ti_adc_dt_ids);
|
|
|
|
|
|
static struct platform_driver tiadc_driver = {
|
|
|
.driver = {
|
|
|
- .name = "tiadc",
|
|
|
+ .name = "TI-am335x-adc",
|
|
|
.owner = THIS_MODULE,
|
|
|
.pm = TIADC_PM_OPS,
|
|
|
.of_match_table = of_match_ptr(ti_adc_dt_ids),
|
|
@@ -300,7 +300,6 @@ static struct platform_driver tiadc_driver = {
|
|
|
.probe = tiadc_probe,
|
|
|
.remove = tiadc_remove,
|
|
|
};
|
|
|
-
|
|
|
module_platform_driver(tiadc_driver);
|
|
|
|
|
|
MODULE_DESCRIPTION("TI ADC controller driver");
|