svn commit: r343828 - head/sys/dts/arm

Michal Meloun mmel at FreeBSD.org
Wed Feb 6 06:03:45 UTC 2019


Author: mmel
Date: Wed Feb  6 06:03:44 2019
New Revision: 343828
URL: https://svnweb.freebsd.org/changeset/base/343828

Log:
  Adapt FreeBSD specific DT stub for Jetson TK1 board to be consistent with
  update of devicetree to 4.19 in r340337.
  Our build system doesn't provide dependencies for included DTS files, so
  nobody noticed this issue for long time.
  
  PR:		235362
  MFC after:	1 week

Modified:
  head/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts

Modified: head/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts
==============================================================================
--- head/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts	Wed Feb  6 04:36:28 2019	(r343827)
+++ head/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts	Wed Feb  6 06:03:44 2019	(r343828)
@@ -38,7 +38,7 @@
 		stdout = &uartd;
 	};
 
-	memory {
+	memory at 80000000 {
 /*		reg = <0x0 0x80000000 0x0 0x80000000>; */
 		reg = <0x0 0x80000000 0x0 0x70000000>;
 	};


More information about the svn-src-head mailing list