tca6416: add support for tca9539

Programming-wise tca6416 and tca9539 seem identical so all we have to
do is add the extra ofw_compat_data line.

MFC after:	2 weeks
Reviewed by:	mw
Differential Revision: https://reviews.freebsd.org/D35702
This commit is contained in:
Bjoern A. Zeeb 2022-07-03 00:51:13 +00:00
parent 775611ea11
commit c4b98101c5

View File

@ -136,6 +136,7 @@ MODULE_VERSION(tca6416, 1);
static struct ofw_compat_data compat_data[] = {
{"ti,tca6416", 1},
{"ti,tca9539", 1},
{0,0}
};