Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 15:15:18 +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: r321933 - head/sys/arm/freescale/imx
Message-ID:  <201708021515.v72FFIAD084086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Wed Aug  2 15:15:18 2017
New Revision: 321933
URL: https://svnweb.freebsd.org/changeset/base/321933

Log:
  The imx6_snvs driver is not strictly required for the system to run, so
  change it from standard to optional and add a device statement for it so
  that it's included unless someone uses nodevice to eliminate it.

Modified:
  head/sys/arm/freescale/imx/files.imx6
  head/sys/arm/freescale/imx/std.imx6

Modified: head/sys/arm/freescale/imx/files.imx6
==============================================================================
--- head/sys/arm/freescale/imx/files.imx6	Wed Aug  2 15:13:13 2017	(r321932)
+++ head/sys/arm/freescale/imx/files.imx6	Wed Aug  2 15:15:18 2017	(r321933)
@@ -14,7 +14,7 @@ arm/freescale/imx/imx6_ccm.c		standard
 arm/freescale/imx/imx6_machdep.c	standard
 arm/freescale/imx/imx6_mp.c		optional smp
 arm/freescale/imx/imx6_pl310.c		standard
-arm/freescale/imx/imx6_snvs.c		standard
+arm/freescale/imx/imx6_snvs.c		optional imx6_snvs
 arm/freescale/imx/imx6_src.c		standard
 arm/freescale/imx/imx_epit.c		standard
 arm/freescale/imx/imx_iomux.c		standard

Modified: head/sys/arm/freescale/imx/std.imx6
==============================================================================
--- head/sys/arm/freescale/imx/std.imx6	Wed Aug  2 15:13:13 2017	(r321932)
+++ head/sys/arm/freescale/imx/std.imx6	Wed Aug  2 15:15:18 2017	(r321933)
@@ -9,7 +9,8 @@ makeoptions	KERNVIRTADDR		= 0xc2000000
 options		IPI_IRQ_START=0
 options		IPI_IRQ_END=15
 
-device  	fdt_pinctrl
+device		fdt_pinctrl
+device	 	imx6_snvs
 
 files "../freescale/imx/files.imx6"
 



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