ad525x_dpot: add support for ADN2860 and AD528x pots
New parts supported: AD5280, AD5282, ADN2860 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
e3ae68476c
commit
c74cba610c
@ -94,6 +94,9 @@ static const struct i2c_device_id ad_dpot_id[] = {
|
||||
{"ad5246", AD5246_ID},
|
||||
{"ad5247", AD5247_ID},
|
||||
{"ad5248", AD5248_ID},
|
||||
{"ad5280", AD5280_ID},
|
||||
{"ad5282", AD5282_ID},
|
||||
{"adn2860", ADN2860_ID},
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(i2c, ad_dpot_id);
|
||||
|
Reference in New Issue
Block a user