Add pnpinfo for icee(4) on fdt systems.

This commit is contained in:
Ian Lepore 2019-05-23 15:51:51 +00:00
parent b609a55345
commit 06cd525fe3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348170

View File

@ -392,3 +392,4 @@ static devclass_t icee_devclass;
DRIVER_MODULE(icee, iicbus, icee_driver, icee_devclass, 0, 0);
MODULE_VERSION(icee, 1);
MODULE_DEPEND(icee, iicbus, 1, 1, 1);
IICBUS_FDT_PNPINFO(compat_data);