Add PNP_INFO to the gpiopps driver.

This commit is contained in:
Ian Lepore 2019-08-13 15:38:05 +00:00
parent 5e9c6b7239
commit 068bd593c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350988

View File

@ -47,6 +47,7 @@ static struct ofw_compat_data compat_data[] = {
{"pps-gpio", 1},
{NULL, 0}
};
SIMPLEBUS_PNP_INFO(compat_data);
#endif /* FDT */
static devclass_t pps_devclass;