svn commit: r346272 - head/sys/arm/allwinner

Emmanuel Vadot manu at FreeBSD.org
Tue Sep 3 14:07:47 UTC 2019


Author: manu
Date: Tue Apr 16 12:40:49 2019
New Revision: 346272
URL: https://svnweb.freebsd.org/changeset/base/346272

Log:
  aw_syscon: Add a new compatible
  
  Since 5.0 DTS the syscon controller have a new compatible as it
  exports new subnodes, we currently only use it as a syscon provider
  so just add the new compatible.
  
  Tested On:  H3
  MFC after:	1 month

Modified:
  head/sys/arm/allwinner/aw_syscon.c

Modified: head/sys/arm/allwinner/aw_syscon.c
==============================================================================
--- head/sys/arm/allwinner/aw_syscon.c	Tue Apr 16 12:39:31 2019	(r346271)
+++ head/sys/arm/allwinner/aw_syscon.c	Tue Apr 16 12:40:49 2019	(r346272)
@@ -52,6 +52,7 @@ static struct ofw_compat_data compat_data[] = {
 	{"allwinner,sun50i-a64-system-control", 1},
 	{"allwinner,sun8i-a83t-system-controller", 1},
 	{"allwinner,sun8i-h3-system-controller", 1},
+	{"allwinner,sun8i-h3-system-control", 1},
 	{NULL,             0}
 };
 




More information about the svn-src-all mailing list