svn commit: r327502 - head/sys/dev/nctgpio
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Tue Jan 2 20:58:06 UTC 2018
Author: gonzo
Date: Tue Jan 2 20:58:05 2018
New Revision: 327502
URL: https://svnweb.freebsd.org/changeset/base/327502
Log:
nctgpio: add new device id for the GPIO chip in PCEngines APU3
PR: 224512
Submitted by: mike at sentex.net
MFC after: 2 weeks
Modified:
head/sys/dev/nctgpio/nctgpio.c
Modified: head/sys/dev/nctgpio/nctgpio.c
==============================================================================
--- head/sys/dev/nctgpio/nctgpio.c Tue Jan 2 20:22:31 2018 (r327501)
+++ head/sys/dev/nctgpio/nctgpio.c Tue Jan 2 20:58:05 2018 (r327502)
@@ -140,6 +140,10 @@ struct nuvoton_vendor_device_id {
.chip_id = 0xc452,
.descr = "Nuvoton NCT5104D (PC-Engines APU)",
},
+ {
+ .chip_id = 0xc453,
+ .descr = "Nuvoton NCT5104D (PC-Engines APU3)",
+ },
};
static void
More information about the svn-src-all
mailing list