mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Input: eeti_ts - publish the OF module alias
The EETI driver matches eeti,exc3000-i2c Device Tree clients, but only
publishes the legacy eeti_ts I2C ID. The I2C core emits an OF modalias
for a Device Tree client.
Publish the existing OF match table within its CONFIG_OF guard.
Fixes: e32d7f1b24 ("Input: eeti - add device tree matching table")
Signed-off-by: hpp.iscas <hppiscas@163.com>
Link: https://patch.msgid.link/20260905134004.66336-1-hppiscas@163.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
cba76c0f47
commit
a52ae68a93
|
|
@ -276,6 +276,7 @@ static const struct of_device_id of_eeti_ts_match[] = {
|
|||
{ .compatible = "eeti,exc3000-i2c", },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, of_eeti_ts_match);
|
||||
#endif
|
||||
|
||||
static struct i2c_driver eeti_ts_driver = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user