提交 2abd2937 编写于 作者: P Philippe Schenker 提交者: Jonathan Cameron

iio: stmpe-adc: Add compatible name

Add the compatible name to the driver so it gets loaded when the proper
node in DT is detected.
Signed-off-by: NPhilippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: NJonathan Cameron <Jonathan.Cameron@huawei.com>
上级 b1f4c9a3
...@@ -351,9 +351,14 @@ static struct platform_driver stmpe_adc_driver = { ...@@ -351,9 +351,14 @@ static struct platform_driver stmpe_adc_driver = {
.pm = &stmpe_adc_pm_ops, .pm = &stmpe_adc_pm_ops,
}, },
}; };
module_platform_driver(stmpe_adc_driver); module_platform_driver(stmpe_adc_driver);
static const struct of_device_id stmpe_adc_ids[] = {
{ .compatible = "st,stmpe-adc", },
{ },
};
MODULE_DEVICE_TABLE(of, stmpe_adc_ids);
MODULE_AUTHOR("Stefan Agner <stefan.agner@toradex.com>"); MODULE_AUTHOR("Stefan Agner <stefan.agner@toradex.com>");
MODULE_DESCRIPTION("STMPEXXX ADC driver"); MODULE_DESCRIPTION("STMPEXXX ADC driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册