diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2019-08-13 15:38:05 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2019-08-13 15:38:05 +0000 |
| commit | 068bd593c05cb1a884534b887ca2cab908b74634 (patch) | |
| tree | c22479d80ccf2f52626d2021db02d397025dc56c /sys/dev | |
| parent | 5e9c6b72392a27741fe8443ee682b31b5324e7e7 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/gpio/gpiopps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/gpio/gpiopps.c b/sys/dev/gpio/gpiopps.c index 2bba4be19b8d..8a6f1a6a3f6b 100644 --- a/sys/dev/gpio/gpiopps.c +++ b/sys/dev/gpio/gpiopps.c @@ -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; |
