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>;
        };
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to