mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
iio: dac: ti-dac5571: provide of_match_table to driver
Use the created list of of_device_id's as a match table. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
0833627fc3
commit
91d05d7639
@ -421,6 +421,7 @@ MODULE_DEVICE_TABLE(i2c, dac5571_id);
|
||||
static struct i2c_driver dac5571_driver = {
|
||||
.driver = {
|
||||
.name = "ti-dac5571",
|
||||
.of_match_table = of_match_ptr(dac5571_of_id),
|
||||
},
|
||||
.probe = dac5571_probe,
|
||||
.remove = dac5571_remove,
|
||||
|
Loading…
Reference in New Issue
Block a user