Author: ian
Date: Tue Aug 13 15:38:05 2019
New Revision: 350988
URL: https://svnweb.freebsd.org/changeset/base/350988
Log:
Add PNP_INFO to the gpiopps driver.
Modified:
head/sys/dev/gpio/gpiopps.c
Modified: head/sys/dev/gpio/gpiopps.c
==============================================================================
--- head/sys/dev/gpio/gpiopps.c Tue Aug 13 15:30:29 2019 (r350987)
+++ head/sys/dev/gpio/gpiopps.c Tue Aug 13 15:38:05 2019 (r350988)
@@ -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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"