Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2019 19:50:54 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344267 - head/sys/arm/freescale/imx
Message-ID:  <201902181950.x1IJosT6005670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902181950.x1IJosT6005670>