Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 16:48:43 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351871 - stable/12/sys/dev/gpio
Message-ID:  <201909051648.x85GmhS1087508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051648.x85GmhS1087508>