svn commit: r322827 - head/sys/boot/fdt/dts/arm

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Aug 24 02:08:54 UTC 2017


Author: gonzo
Date: Thu Aug 24 02:08:52 2017
New Revision: 322827
URL: https://svnweb.freebsd.org/changeset/base/322827

Log:
  Add "xlnx,zynq-7000" to zedboard and zybo compatible property
  
  This property is required to boot CURRENT on zedboard and zybo
  
  PR:		221208
  Submitted by:	Thomas Skibo <thoma555-bsd at yahoo.com>

Modified:
  head/sys/boot/fdt/dts/arm/zedboard.dts
  head/sys/boot/fdt/dts/arm/zybo.dts

Modified: head/sys/boot/fdt/dts/arm/zedboard.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/zedboard.dts	Thu Aug 24 01:23:33 2017	(r322826)
+++ head/sys/boot/fdt/dts/arm/zedboard.dts	Thu Aug 24 02:08:52 2017	(r322827)
@@ -30,7 +30,7 @@
 
 / {
 	model = "zedboard";
-	compatible = "digilent,zedboard";
+	compatible = "digilent,zedboard", "xlnx,zynq-7000";
 
 	memory {
 		// First megabyte isn't accessible by all interconnect masters.

Modified: head/sys/boot/fdt/dts/arm/zybo.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/zybo.dts	Thu Aug 24 01:23:33 2017	(r322826)
+++ head/sys/boot/fdt/dts/arm/zybo.dts	Thu Aug 24 02:08:52 2017	(r322827)
@@ -30,7 +30,7 @@
 
 / {
 	model = "zybo";
-	compatible = "digilent,zybo";
+	compatible = "digilent,zybo", "xlnx,zynq-7000";
 
 	memory {
 		// First megabyte isn't accessible by all interconnect masters.


More information about the svn-src-head mailing list