svn commit: r350372 - head/sys/arm/conf

Emmanuel Vadot manu at FreeBSD.org
Sat Jul 27 15:04:10 UTC 2019


Author: manu
Date: Sat Jul 27 15:04:10 2019
New Revision: 350372
URL: https://svnweb.freebsd.org/changeset/base/350372

Log:
  arm: Fix TEGRA124 kernel
  
  Since r350162 device syscon is needed for sdhci driver.
  Add it to the config file.
  
  Reported by:	dim

Modified:
  head/sys/arm/conf/TEGRA124

Modified: head/sys/arm/conf/TEGRA124
==============================================================================
--- head/sys/arm/conf/TEGRA124	Sat Jul 27 09:36:45 2019	(r350371)
+++ head/sys/arm/conf/TEGRA124	Sat Jul 27 15:04:10 2019	(r350372)
@@ -40,6 +40,7 @@ device		clk
 device		phy
 device		hwreset
 device		regulator
+device		syscon
 
 # Pseudo devices.
 device		loop			# Network loopback


More information about the svn-src-head mailing list