svn commit: r350988 - head/sys/dev/gpio

Ian Lepore ian at FreeBSD.org
Tue Aug 13 15:38:06 UTC 2019


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;


More information about the svn-src-all mailing list