svn commit: r329603 - stable/11/sys/dev/nctgpio

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Feb 19 19:55:30 UTC 2018


Author: gonzo
Date: Mon Feb 19 19:55:29 2018
New Revision: 329603
URL: https://svnweb.freebsd.org/changeset/base/329603

Log:
  MFC r327502:
  
  nctgpio: add new device id for the GPIO chip in PCEngines APU3
  
  PR:		224512
  Submitted by:	mike at sentex.net

Modified:
  stable/11/sys/dev/nctgpio/nctgpio.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/nctgpio/nctgpio.c
==============================================================================
--- stable/11/sys/dev/nctgpio/nctgpio.c	Mon Feb 19 19:31:18 2018	(r329602)
+++ stable/11/sys/dev/nctgpio/nctgpio.c	Mon Feb 19 19:55:29 2018	(r329603)
@@ -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