Date: Tue, 13 Aug 2019 15:38:05 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r350988 - head/sys/dev/gpio Message-ID: <201908131538.x7DFc5rv005887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908131538.x7DFc5rv005887>