svn commit: r350818 - stable/12/sys/dts/arm

Michal Meloun mmel at FreeBSD.org
Fri Aug 9 10:00:12 UTC 2019


Author: mmel
Date: Fri Aug  9 10:00:11 2019
New Revision: 350818
URL: https://svnweb.freebsd.org/changeset/base/350818

Log:
  MFC r343828:
  
    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.

Modified:
  stable/12/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts
==============================================================================
--- stable/12/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts	Fri Aug  9 09:57:04 2019	(r350817)
+++ stable/12/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts	Fri Aug  9 10:00:11 2019	(r350818)
@@ -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-all mailing list