svn commit: r344267 - head/sys/arm/freescale/imx

Ian Lepore ian at FreeBSD.org
Mon Feb 18 19:50:54 UTC 2019


Author: ian
Date: Mon Feb 18 19:50:53 2019
New Revision: 344267
URL: https://svnweb.freebsd.org/changeset/base/344267

Log:
  Add a compatible string to match recent changes in the upstream dts.

Modified:
  head/sys/arm/freescale/imx/imx6_snvs.c

Modified: head/sys/arm/freescale/imx/imx6_snvs.c
==============================================================================
--- head/sys/arm/freescale/imx/imx6_snvs.c	Mon Feb 18 19:16:14 2019	(r344266)
+++ head/sys/arm/freescale/imx/imx6_snvs.c	Mon Feb 18 19:50:53 2019	(r344267)
@@ -73,6 +73,7 @@ struct snvs_softc {
 };
 
 static struct ofw_compat_data compat_data[] = {
+	{"fsl,sec-v4.0-mon-rtc-lp", true},
 	{"fsl,sec-v4.0-mon", true},
 	{NULL,               false}
 };


More information about the svn-src-head mailing list