Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2019 06:03:44 +0000 (UTC)
From:      Michal Meloun <mmel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r343828 - head/sys/dts/arm
Message-ID:  <201902060603.x1663i1T025874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@80000000 {
 /*		reg = <0x0 0x80000000 0x0 0x80000000>; */
 		reg = <0x0 0x80000000 0x0 0x70000000>;
 	};



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