svn commit: r351871 - stable/12/sys/dev/gpio
Ian Lepore
ian at FreeBSD.org
Thu Sep 5 16:48:44 UTC 2019
Author: ian
Date: Thu Sep 5 16:48:43 2019
New Revision: 351871
URL: https://svnweb.freebsd.org/changeset/base/351871
Log:
MFC r350988:
Add PNP_INFO to the gpiopps driver.
Modified:
stable/12/sys/dev/gpio/gpiopps.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/gpio/gpiopps.c
==============================================================================
--- stable/12/sys/dev/gpio/gpiopps.c Thu Sep 5 16:46:16 2019 (r351870)
+++ stable/12/sys/dev/gpio/gpiopps.c Thu Sep 5 16:48:43 2019 (r351871)
@@ -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-stable
mailing list